Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp512 DeclsWithEndedScopeSetTy DeclsWithEndedScope; member in __anona1d14af10411::CFGBuilder
1753 DeclsWithEndedScope.insert(*I); in getDeclsWithEndedScope()
1823 for (auto I = DeclsWithEndedScope.rbegin(), E = DeclsWithEndedScope.rend(); in addScopesEnd()
1856 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(*I)) { in addAutomaticObjDtors()
1877 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(*I)) in addAutomaticObjDtors()