Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h903 void prependScopeBegin(const VarDecl *VD, const Stmt *S, in prependScopeBegin() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp873 void prependScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in prependScopeBegin() function in __anon15de256c0411::CFGBuilder
875 B->prependScopeBegin(VD, S, cfg->getBumpVectorContext()); in prependScopeBegin()