Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp626 appendScopeBegin(B, VD, S); in maybeAddScopeBeginForVarDecl()
901 void appendScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeBegin() function in __anon8d78c9ed0411::CFGBuilder
903 B->appendScopeBegin(VD, S, cfg->getBumpVectorContext()); in appendScopeBegin()
1573 appendScopeBegin(JT.block, VD, G); in buildCFG()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1121 void appendScopeBegin(const VarDecl *VD, const Stmt *S, in appendScopeBegin() function