Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaOpenMP.cpp248 CurScope->getFnParent()->getEntity()->Encloses(D->getDeclContext()); in isOpenMPLocal()
479 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) { in ActOnOpenMPIdExpression()
DSemaTemplate.cpp946 OutermostContext->Encloses(PrevDecl->getDeclContext()))) { in CheckClassTemplate()
5620 bool IsCPlusPlus11Extension = DC->Encloses(SpecializedContext); in CheckTemplateSpecializationScope()
5651 if (!ComplainedAboutScope && !DC->Encloses(SpecializedContext) && in CheckTemplateSpecializationScope()
6838 if (CurContext->Encloses(OrigContext)) in CheckExplicitInstantiationScope()
DSemaExprMember.cpp220 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass)) in diagnoseInstanceReference()
DSemaLookup.cpp184 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()
860 Lexical->Encloses(Semantic)) in findOuterContext()
DSemaDecl.cpp1073 } else if (IDC->Encloses(CurContext)) in PushOnScopeChains()
4150 if (!Cur->Encloses(DC)) { in diagnoseQualifiedDeclaration()
10523 !EnclosingNS->Encloses(ND->getDeclContext())) { in ActOnTag()
DSemaCodeComplete.cpp456 CommonAncestor && !CommonAncestor->Encloses(CurContext); in getRequiredQualification()
DSemaOverload.cpp10092 if (Std && Std->Encloses(*it)) in DiagnoseTwoPhaseLookup()
DSemaDeclCXX.cpp6929 while (CommonAncestor && !CommonAncestor->Encloses(CurContext)) in ActOnUsingDirective()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.cpp827 bool DeclContext::Encloses(const DeclContext *DC) const { in Encloses() function in DeclContext
829 return getPrimaryContext()->Encloses(DC); in Encloses()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h1178 bool Encloses(const DeclContext *DC) const;