Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp938 bool DeclContext::Encloses(const DeclContext *DC) const { in Encloses() function in DeclContext
940 return getPrimaryContext()->Encloses(DC); in Encloses()
/external/clang/lib/Sema/
DSema.cpp1198 !CurBSI->TheDecl->Encloses(CurContext)) { in getCurBlock()
1213 !CurLSI->Lambda->Encloses(CurContext)) { in getCurLambda()
DSemaTemplate.cpp951 OutermostContext->Encloses(PrevDecl->getDeclContext()))) { in CheckClassTemplate()
5929 if (!DC->Encloses(SpecializedContext) && in CheckTemplateSpecializationScope()
5966 bool IsCPlusPlus11Extension = DC->Encloses(SpecializedContext); in CheckTemplateSpecializationScope()
7191 if (CurContext->Encloses(OrigContext)) in CheckExplicitInstantiationScope()
DSemaExprMember.cpp219 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass)) in diagnoseInstanceReference()
DSemaLookup.cpp185 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()
994 Lexical->Encloses(Semantic)) in findOuterContext()
DSemaDecl.cpp1254 } else if (IDC->Encloses(CurContext)) in PushOnScopeChains()
4731 if (!Cur->Encloses(DC)) { in diagnoseQualifiedDeclaration()
11801 (OldDC->Encloses(NewDC) || NewDC->Encloses(OldDC))) in isAcceptableTagRedeclContext()
12032 !EnclosingNS->Encloses(ND->getDeclContext())) { in ActOnTag()
DSemaCodeComplete.cpp456 CommonAncestor && !CommonAncestor->Encloses(CurContext); in getRequiredQualification()
DSemaOpenMP.cpp1071 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) { in ActOnOpenMPIdExpression()
DSemaOverload.cpp10892 if (Std && Std->Encloses(*it)) in DiagnoseTwoPhaseLookup()
DSemaDeclCXX.cpp7601 while (CommonAncestor && !CommonAncestor->Encloses(CurContext)) in ActOnUsingDirective()
/external/clang/include/clang/AST/
DDeclBase.h1317 bool Encloses(const DeclContext *DC) const;