Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h641 bool isInExportDeclContext() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1016 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp3887 D->isInExportDeclContext()) { in ArgumentDependentLookup()
H A DSemaDecl.cpp1709 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()
1710 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()