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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1983 !CurBSI->TheDecl->Encloses(CurContext)) {
2007 if (LSI->Lambda && !LSI->Lambda->Encloses(CurContext)) {
2034 !CurLSI->Lambda->Encloses(CurContext)) {
H A DSemaExprMember.cpp220 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass))
H A DSemaDecl.cpp1495 } else if (IDC->Encloses(CurContext))
5625 if (!Cur->Encloses(DC) && !IsTemplateId) {
7547 if (RD->isLambda() && OldDC->Encloses(NewDC->getLexicalParent())) {
15222 (OldDC->Encloses(NewDC) || NewDC->Encloses(OldDC)))
15502 !EnclosingNS->Encloses(ND->getDeclContext())) {
H A DSemaTemplate.cpp1697 OutermostContext->Encloses(PrevDecl->getDeclContext()))) {
7896 if (!(DC->isFileContext() ? DC->Encloses(SpecializedContext)
9243 if (CurContext->Encloses(OrigContext))
H A DSemaLookup.cpp184 while (!Common->Encloses(EffectiveDC))
H A DSemaCodeComplete.cpp683 CommonAncestor && !CommonAncestor->Encloses(CurContext);
H A DSemaOpenMP.cpp2806 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
4220 if (!VDC->Encloses(CurContext))
H A DSemaDeclCXX.cpp11389 while (CommonAncestor && !CommonAncestor->Encloses(CurContext))
H A DSemaOverload.cpp12590 if (Std && Std->Encloses(*it))
H A DSemaExpr.cpp18012 !LSI->CallOperator->Encloses(Var->getDeclContext()))) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1210 bool DeclContext::Encloses(const DeclContext *DC) const { function in class:DeclContext
1212 return getPrimaryContext()->Encloses(DC);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1946 bool Encloses(const DeclContext *DC) const;

Completed in 578 milliseconds