Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h83 cxx_export_module_decl, enumerator
/llvm-project-15.0.7/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp113 EXPECT_EQ(cxx_export_module_decl, Directives[19].Kind); in TEST()
855 EXPECT_EQ(Directives[1].Kind, cxx_export_module_decl); in TEST()
/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp616 Kind = Export ? cxx_export_module_decl : cxx_module_decl; in lexModule()
H A DLexer.cpp4399 case cxx_export_module_decl: in LexDependencyDirectiveTokenWhileSkipping()