Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp117 SourceLocation LeadingLoc);
118 std::optional<ExcludeDecl> parseExcludeDecl(clang::SourceLocation LeadingLoc);
678 clang::SourceLocation LeadingLoc) { in parseHeaderDecl() argument
684 HD.Location = LeadingLoc; in parseHeaderDecl()
785 ModuleMapFileParser::parseExcludeDecl(clang::SourceLocation LeadingLoc) { in parseExcludeDecl() argument
794 ED.Location = LeadingLoc; in parseExcludeDecl()