Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp121 std::optional<LinkDecl> parseLinkDecl();
408 SubDecl = parseLinkDecl(); in parseModuleDecl()
825 std::optional<LinkDecl> ModuleMapFileParser::parseLinkDecl() { in parseLinkDecl() function in ModuleMapFileParser