Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h318 class CFGScopeBegin : public CFGElement {
320 CFGScopeBegin() {} in CFGScopeBegin() function
321 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function
1159 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp91 return Elem->castAs<CFGScopeBegin>().getTriggerStmt(); in getStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5972 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()