Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaHLSL.cpp733 bool isExport = FD->isInExportDeclContext(); in RunOnTranslationUnit()
736 if (Redecl->isInExportDeclContext()) { in RunOnTranslationUnit()
HDSemaLookup.cpp3842 if (D->isInExportDeclContext()) { in ArgumentDependentLookup()
HDSemaDecl.cpp1669 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()
1670 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h664 bool isInExportDeclContext() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp1113 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl