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

/external/clang/lib/AST/
H A DDeclBase.cpp873 bool DeclContext::Encloses(const DeclContext *DC) const { function in class:DeclContext
875 return getPrimaryContext()->Encloses(DC);
/external/clang/lib/Sema/
H A DSema.cpp1125 !CurBSI->TheDecl->Encloses(CurContext)) {
1140 !CurLSI->Lambda->Encloses(CurContext)) {
H A DSemaExprMember.cpp220 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass))
H A DSemaTemplate.cpp941 OutermostContext->Encloses(PrevDecl->getDeclContext()))) {
5728 if (!DC->Encloses(SpecializedContext) &&
5763 bool IsCPlusPlus11Extension = DC->Encloses(SpecializedContext);
6981 if (CurContext->Encloses(OrigContext))
H A DSemaLookup.cpp181 while (!Common->Encloses(EffectiveDC))
850 Lexical->Encloses(Semantic))
H A DSemaOpenMP.cpp645 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
H A DSemaDecl.cpp1189 } else if (IDC->Encloses(CurContext))
4313 if (!Cur->Encloses(DC)) {
10924 !EnclosingNS->Encloses(ND->getDeclContext())) {
H A DSemaCodeComplete.cpp456 CommonAncestor && !CommonAncestor->Encloses(CurContext);
H A DSemaOverload.cpp10349 if (Std && Std->Encloses(*it))
H A DSemaDeclCXX.cpp7138 while (CommonAncestor && !CommonAncestor->Encloses(CurContext))
/external/clang/include/clang/AST/
H A DDeclBase.h1202 bool Encloses(const DeclContext *DC) const;

Completed in 1629 milliseconds