Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp3794 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local
3795 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()
3803 if (ScopeDepth) in mangleStaticGuardVariable()
3804 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h243 : Block(Block), ScopeDepth(Depth), Index(Index) {}
247 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
252 ScopeDepth = depth;
257 EHScopeStack::stable_iterator ScopeDepth;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp1424 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext() local
1425 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()
1431 if (DCDepth > ScopeDepth) in EnterTemplatedContext()
1433 if (ScopeDepth == DCDepth) in EnterTemplatedContext()