Searched refs:appendScopeBegin (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFG.cpp | 595 appendScopeBegin(B, VD, S); in maybeAddScopeBeginForVarDecl() 868 void appendScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeBegin() function in __anon15de256c0411::CFGBuilder 870 B->appendScopeBegin(VD, S, cfg->getBumpVectorContext()); in appendScopeBegin() 1458 appendScopeBegin(JT.block, VD, G); in buildCFG()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | CFG.h | 898 void appendScopeBegin(const VarDecl *VD, const Stmt *S, in appendScopeBegin() function
|