clang
10.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
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) |
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... | |