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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1125 void prependScopeBegin(const VarDecl *VD, const Stmt *S,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp902 void prependScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { function in class:__anon1631::CFGBuilder
904 B->prependScopeBegin(VD, S, cfg->getBumpVectorContext());

Completed in 136 milliseconds