Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp630 appendScopeBegin(B, VD, S); in maybeAddScopeBeginForVarDecl()
905 void appendScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeBegin() function in __anon76ebc3340411::CFGBuilder
907 B->appendScopeBegin(VD, S, cfg->getBumpVectorContext()); in appendScopeBegin()
1631 appendScopeBegin(JT.block, VD, G); in buildCFG()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1120 void appendScopeBegin(const VarDecl *VD, const Stmt *S, in appendScopeBegin() function