Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1126 void prependScopeBegin(const VarDecl *VD, const Stmt *S, in prependScopeBegin() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp906 void prependScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in prependScopeBegin() function in __anon8d78c9ed0411::CFGBuilder
908 B->prependScopeBegin(VD, S, cfg->getBumpVectorContext()); in prependScopeBegin()