Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp513 DeclsWithEndedScopeSetTy DeclsWithEndedScope; member in __anon8d78c9ed0411::CFGBuilder
1761 DeclsWithEndedScope.insert(*I); in getDeclsWithEndedScope()
1826 for (VarDecl *VD : llvm::reverse(DeclsWithEndedScope)) in addScopesEnd()
1854 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(VD)) { in addAutomaticObjDtors()
1875 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(VD)) in addAutomaticObjDtors()