clang
8.0.0
|
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
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) |
std::pair< const clang::VarDecl *, const clang::Expr * > | clang::ento::parseAssignment (const Stmt *S) |
Nullability | clang::ento::getNullabilityAnnotation (QualType Type) |
Get nullability annotation for a given type. More... | |