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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp907 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { function in class:__anon1631::CFGBuilder
909 B->appendScopeEnd(VD, S, cfg->getBumpVectorContext());
1818 appendScopeEnd(Block, *I, S);
1851 appendScopeEnd(Block, *I, S);
1871 appendScopeEnd(Block, *I, S);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1130 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) {

Completed in 132 milliseconds