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

/external/clang/lib/AST/
H A DDeclBase.cpp898 bool DeclContext::Encloses(const DeclContext *DC) const { function in class:DeclContext
900 return getPrimaryContext()->Encloses(DC);
/external/clang/lib/Sema/
H A DSema.cpp1148 !CurBSI->TheDecl->Encloses(CurContext)) {
1163 !CurLSI->Lambda->Encloses(CurContext)) {
H A DSemaExprMember.cpp222 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass))
H A DSemaTemplate.cpp940 OutermostContext->Encloses(PrevDecl->getDeclContext()))) {
5849 if (!DC->Encloses(SpecializedContext) &&
5886 bool IsCPlusPlus11Extension = DC->Encloses(SpecializedContext);
7102 if (CurContext->Encloses(OrigContext))
H A DSemaLookup.cpp181 while (!Common->Encloses(EffectiveDC))
851 Lexical->Encloses(Semantic))
H A DSemaDecl.cpp1237 } else if (IDC->Encloses(CurContext))
4557 if (!Cur->Encloses(DC)) {
11477 !EnclosingNS->Encloses(ND->getDeclContext())) {
H A DSemaCodeComplete.cpp456 CommonAncestor && !CommonAncestor->Encloses(CurContext);
H A DSemaOpenMP.cpp741 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
H A DSemaOverload.cpp10558 if (Std && Std->Encloses(*it))
H A DSemaDeclCXX.cpp7577 while (CommonAncestor && !CommonAncestor->Encloses(CurContext))
/external/clang/include/clang/AST/
H A DDeclBase.h1274 bool Encloses(const DeclContext *DC) const;

Completed in 465 milliseconds