Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp878 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeEnd() function in __anon15de256c0411::CFGBuilder
880 B->appendScopeEnd(VD, S, cfg->getBumpVectorContext()); in appendScopeEnd()
1697 appendScopeEnd(Block, *I, S); in addScopesEnd()
1730 appendScopeEnd(Block, *I, S); in addAutomaticObjDtors()
1750 appendScopeEnd(Block, *I, S); in addAutomaticObjDtors()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h908 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) { in appendScopeEnd() function