14 #ifndef LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_CHECKERHELPERS_H
15 #define LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_CHECKERHELPERS_H
31 for (
const Stmt *Child : S->children())
32 if (Child && containsStmt<T>(Child))
bool containsStaticLocal(const Stmt *S)
bool containsBuiltinOffsetOf(const Stmt *S)
bool containsStmt(const Stmt *S)
bool containsMacro(const Stmt *S)
bool containsEnum(const Stmt *S)