Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp112 std::optional<ExportDecl> parseExportDecl();
358 SubDecl = parseExportDecl(); in parseModuleDecl()
551 std::optional<ExportDecl> ModuleMapFileParser::parseExportDecl() { in parseExportDecl() function in ModuleMapFileParser