Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1162 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) { in appendScopeEnd() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp945 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeEnd() function in __anonef2f84bd0411::CFGBuilder
947 B->appendScopeEnd(VD, S, cfg->getBumpVectorContext()); in appendScopeEnd()
2003 appendScopeEnd(Block, B.getFirstVarInScope(), S); in addScopeExitHandling()