Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h317 class CFGScopeBegin : public CFGElement {
319 CFGScopeBegin() {} in CFGScopeBegin() function
320 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function
1153 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5859 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()