Home
last modified time | relevance | path

Searched refs:appendScopeEnd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp911 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeEnd() function in __anon8d78c9ed0411::CFGBuilder
913 B->appendScopeEnd(VD, S, cfg->getBumpVectorContext()); in appendScopeEnd()
1827 appendScopeEnd(Block, VD, S); in addScopesEnd()
1856 appendScopeEnd(Block, VD, S); in addAutomaticObjDtors()
1876 appendScopeEnd(Block, VD, S); in addAutomaticObjDtors()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1131 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) { in appendScopeEnd() function