Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h310 class CFGScopeBegin : public CFGElement {
312 CFGScopeBegin() {} in CFGScopeBegin() function
313 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function
900 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()
905 Elements.insert(Elements.rbegin(), 1, CFGScopeBegin(VD, S), C); in prependScopeBegin()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp5192 } else if (Optional<CFGScopeBegin> SB = E.getAs<CFGScopeBegin>()) { in print_elem()