Home
last modified time | relevance | path

Searched refs:isInExportDeclContext (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp733 bool isExport = FD->isInExportDeclContext(); in RunOnTranslationUnit()
736 if (Redecl->isInExportDeclContext()) { in RunOnTranslationUnit()
H A DSemaLookup.cpp3842 if (D->isInExportDeclContext()) { in ArgumentDependentLookup()
H A DSemaDecl.cpp1669 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()
1670 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h664 bool isInExportDeclContext() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1113 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl