Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h316 class CFGScopeBegin : public CFGElement {
318 CFGScopeBegin() {} in CFGScopeBegin() function
319 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function
1123 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()
1128 Elements.insert(Elements.rbegin(), 1, CFGScopeBegin(VD, S), C); in prependScopeBegin()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp5777 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()