Searched defs:appendScopeBegin (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Analysis/ | ||
H A D | CFG.h | 1151 void appendScopeBegin(const VarDecl *VD, const Stmt *S, in appendScopeBegin() function |
/llvm-project/clang/lib/Analysis/ | ||
H A D | CFG.cpp | 912 void appendScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { appendScopeBegin() function in __anon36ae77d00411::CFGBuilder |