Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp907 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeEnd() function in __anona1d14af10411::CFGBuilder
909 B->appendScopeEnd(VD, S, cfg->getBumpVectorContext()); in appendScopeEnd()
1825 appendScopeEnd(Block, *I, S); in addScopesEnd()
1858 appendScopeEnd(Block, *I, S); in addAutomaticObjDtors()
1878 appendScopeEnd(Block, *I, S); in addAutomaticObjDtors()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1130 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) { in appendScopeEnd() function