Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp120 parseUmbrellaDirDecl(SourceLocation UmbrellaLoc);
382 SourceLocation UmbrellaLoc = consumeToken(); in parseModuleDecl() local
384 SubDecl = parseHeaderDecl(MMToken::UmbrellaKeyword, UmbrellaLoc); in parseModuleDecl()
386 SubDecl = parseUmbrellaDirDecl(UmbrellaLoc); in parseModuleDecl()
805 ModuleMapFileParser::parseUmbrellaDirDecl(clang::SourceLocation UmbrellaLoc) { in parseUmbrellaDirDecl() argument
807 UDD.Location = UmbrellaLoc; in parseUmbrellaDirDecl()