Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp3805 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local
3806 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()
3814 if (ScopeDepth) in mangleStaticGuardVariable()
3815 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h244 : Block(Block), ScopeDepth(Depth), Index(Index) {}
248 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
253 ScopeDepth = depth;
258 EHScopeStack::stable_iterator ScopeDepth;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp1452 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext() local
1453 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()
1459 if (DCDepth > ScopeDepth) in EnterTemplatedContext()
1461 if (ScopeDepth == DCDepth) in EnterTemplatedContext()