Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h84 cxx_export_module_decl, enumerator
/llvm-project/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp115 EXPECT_EQ(cxx_export_module_decl, Directives[19].Kind); in TEST()
997 EXPECT_EQ(Directives[1].Kind, cxx_export_module_decl); in TEST()
/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp689 Kind = Export ? cxx_export_module_decl : cxx_module_decl; in lex_Pragma()
H A DLexer.cpp4636 case cxx_export_module_decl: in LexDependencyDirectiveTokenWhileSkipping()