Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCFG.cpp517 DeclsWithEndedScopeSetTy DeclsWithEndedScope; member in __anon7cc3e1b90411::CFGBuilder
1820 DeclsWithEndedScope.insert(*I); in getDeclsWithEndedScope()
1885 for (VarDecl *VD : llvm::reverse(DeclsWithEndedScope)) in addScopesEnd()
1913 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(VD)) { in addAutomaticObjDtors()
1934 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(VD)) in addAutomaticObjDtors()