Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h343 class CFGScopeEnd : public CFGElement {
345 CFGScopeEnd() {} in CFGScopeEnd() function
346 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd() function
1157 Elements.push_back(CFGScopeEnd(VD, S), C); in appendScopeEnd()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5866 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()