Searched refs:appendScopeEnd (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 915 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeEnd() function in __anon76ebc3340411::CFGBuilder 917 B->appendScopeEnd(VD, S, cfg->getBumpVectorContext()); in appendScopeEnd() 1886 appendScopeEnd(Block, VD, S); in addScopesEnd() 1915 appendScopeEnd(Block, VD, S); in addAutomaticObjDtors() 1935 appendScopeEnd(Block, VD, S); in addAutomaticObjDtors()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1130 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) { in appendScopeEnd() function
|