Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
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()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5550 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()