Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h315 class CFGScopeBegin : public CFGElement {
317 CFGScopeBegin() {} in CFGScopeBegin() function
318 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function
1122 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()
1127 Elements.insert(Elements.rbegin(), 1, CFGScopeBegin(VD, S), C); in prependScopeBegin()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5847 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()