Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp981 bool DeclContext::Encloses(const DeclContext *DC) const { in Encloses() function in DeclContext
983 return getPrimaryContext()->Encloses(DC); in Encloses()
/external/clang/lib/Sema/
DSema.cpp1191 !CurBSI->TheDecl->Encloses(CurContext)) { in getCurBlock()
1206 !CurLSI->Lambda->Encloses(CurContext)) { in getCurLambda()
DSemaTemplate.cpp973 OutermostContext->Encloses(PrevDecl->getDeclContext()))) { in CheckClassTemplate()
5973 if (!DC->Encloses(SpecializedContext) && in CheckTemplateSpecializationScope()
6010 bool IsCPlusPlus11Extension = DC->Encloses(SpecializedContext); in CheckTemplateSpecializationScope()
7267 if (CurContext->Encloses(OrigContext)) in CheckExplicitInstantiationScope()
DSemaExprMember.cpp220 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass)) in diagnoseInstanceReference()
DSemaLookup.cpp184 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()
1009 Lexical->Encloses(Semantic)) in findOuterContext()
DSemaDecl.cpp1294 } else if (IDC->Encloses(CurContext)) in PushOnScopeChains()
4864 if (!Cur->Encloses(DC)) { in diagnoseQualifiedDeclaration()
12219 (OldDC->Encloses(NewDC) || NewDC->Encloses(OldDC))) in isAcceptableTagRedeclContext()
12473 !EnclosingNS->Encloses(ND->getDeclContext())) { in ActOnTag()
DSemaCodeComplete.cpp455 CommonAncestor && !CommonAncestor->Encloses(CurContext); in getRequiredQualification()
DSemaOpenMP.cpp1236 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) { in ActOnOpenMPIdExpression()
DSemaOverload.cpp11122 if (Std && Std->Encloses(*it)) in DiagnoseTwoPhaseLookup()
DSemaDeclCXX.cpp7765 while (CommonAncestor && !CommonAncestor->Encloses(CurContext)) in ActOnUsingDirective()
/external/clang/include/clang/AST/
DDeclBase.h1336 bool Encloses(const DeclContext *DC) const;