Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2263 DeclContext *getNonTransparentContext();
2264 const DeclContext *getNonTransparentContext() const {
2265 return const_cast<DeclContext *>(this)->getNonTransparentContext();
H A DDecl.h648 auto Y = getParent()->getNonTransparentContext()->lookup(Name); in isRedundantInlineQualifierFor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp433 return DC && DC->getNonTransparentContext()->isStdNamespace(); in isInStdNamespace()
1246 return getDeclContext()->getNonTransparentContext(); in getNonTransparentDeclContext()
1455 DeclContext *DeclContext::getNonTransparentContext() { in getNonTransparentContext() function in DeclContext
H A DASTStructuralEquivalence.cpp1712 DeclContext *DC1 = D1->getDeclContext()->getNonTransparentContext(); in IsRecordContextStructurallyEquivalent()
1713 DeclContext *DC2 = D2->getDeclContext()->getNonTransparentContext(); in IsRecordContextStructurallyEquivalent()
1740 DC1 = DC1->getParent()->getNonTransparentContext(); in IsRecordContextStructurallyEquivalent()
1741 DC2 = DC2->getParent()->getNonTransparentContext(); in IsRecordContextStructurallyEquivalent()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp637 DeclContext *DC = (*I)->getDeclContext()->getNonTransparentContext(); in CheckQualifiedMemberReference()
H A DSemaConcept.cpp823 CtxToSave = CtxToSave->getNonTransparentContext(); in CheckFunctionConstraints()
H A DSemaHLSL.cpp398 DC->getNonTransparentContext()->lookup(DeclarationName(II))) { in findRecordDeclInContext()
H A DSemaDecl.cpp1679 ->getNonTransparentContext() in CheckRedeclarationExported()
1682 ->getNonTransparentContext() in CheckRedeclarationExported()
H A DSemaDeclCXX.cpp18267 DeclContext *LookupDC = DC->getNonTransparentContext(); in ActOnFriendFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3775 ->getNonTransparentContext() in checkMultipleDefinitionInNamedModules()
3777 !D->getLexicalDeclContext()->getNonTransparentContext()->isFileContext()) in checkMultipleDefinitionInNamedModules()