Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp643 appendScopeBegin(B, VD, S); in maybeAddScopeBeginForVarDecl()
912 void appendScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeBegin() function in __anonef2f84bd0411::CFGBuilder
914 B->appendScopeBegin(VD, S, cfg->getBumpVectorContext()); in appendScopeBegin()
1966 appendScopeBegin(Block, *I, S); in addScopeChangesHandling()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1151 void appendScopeBegin(const VarDecl *VD, const Stmt *S, in appendScopeBegin() function