Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h663 bool isInExportDeclContext() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1074 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3908 if (D->isInExportDeclContext()) { in ArgumentDependentLookup()
H A DSemaDecl.cpp1740 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()
1741 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()