Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp491 DeclsWithEndedScopeSetTy DeclsWithEndedScope; member in __anon15de256c0411::CFGBuilder
1625 DeclsWithEndedScope.insert(*I); in getDeclsWithEndedScope()
1695 for (auto I = DeclsWithEndedScope.rbegin(), E = DeclsWithEndedScope.rend(); in addScopesEnd()
1728 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(*I)) { in addAutomaticObjDtors()
1749 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(*I)) in addAutomaticObjDtors()