Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h665 bool isInExportDeclContext() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1126 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp2257 bool isExport = FD->isInExportDeclContext(); in RunOnTranslationUnit()
2260 if (Redecl->isInExportDeclContext()) { in RunOnTranslationUnit()
H A DSemaLookup.cpp3936 if (D->isInExportDeclContext()) { in ArgumentDependentLookup()
H A DSemaDecl.cpp1686 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()
1687 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1768 if (Context.getLangOpts().HLSL && !D->isInExportDeclContext()) { in setGlobalVisibility()