Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp118 std::optional<ExcludeDecl> parseExcludeDecl(clang::SourceLocation LeadingLoc);
395 SubDecl = parseExcludeDecl(ExcludeLoc); in parseModuleDecl()
785 ModuleMapFileParser::parseExcludeDecl(clang::SourceLocation LeadingLoc) { in parseExcludeDecl() function in ModuleMapFileParser