Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclTest.cpp172 EXPECT_TRUE(f->isInExportDeclContext()); in TEST()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h630 bool isInExportDeclContext() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1000 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp3875 D->isInExportDeclContext()) { in ArgumentDependentLookup()
H A DSemaDecl.cpp1679 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()
1680 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()