Searched refs:appendScopeBegin (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 622 appendScopeBegin(B, VD, S); in maybeAddScopeBeginForVarDecl() 897 void appendScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeBegin() function in __anona1d14af10411::CFGBuilder 899 B->appendScopeBegin(VD, S, cfg->getBumpVectorContext()); in appendScopeBegin() 1569 appendScopeBegin(JT.block, VD, G); in buildCFG()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1120 void appendScopeBegin(const VarDecl *VD, const Stmt *S, in appendScopeBegin() function
|