clang  3.7.0
Namespaces | Functions
CheckerHelpers.h File Reference
#include "clang/AST/Stmt.h"
Include dependency graph for CheckerHelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 clang
 
 clang::ento
 

Functions

bool clang::ento::containsMacro (const Stmt *S)
 
bool clang::ento::containsEnum (const Stmt *S)
 
bool clang::ento::containsStaticLocal (const Stmt *S)
 
bool clang::ento::containsBuiltinOffsetOf (const Stmt *S)
 
template<class T >
bool clang::ento::containsStmt (const Stmt *S)