Searched refs:appendScopeEnd (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1156 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) { in appendScopeEnd() function
|
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 924 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { 926 B->appendScopeEnd(VD, S, cfg->getBumpVectorContext()); in checkIncorrectRelationalOperator() 1923 appendScopeEnd(Block, B.getFirstVarInScope(), S); in addScopeExitHandling() 917 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { appendScopeEnd() function in __anon36ae77d00411::CFGBuilder
|