Home
last modified time | relevance | path

Searched defs:ModuleMapFileParser (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp94 struct ModuleMapFileParser { struct
96 Lexer &L;
97 DiagnosticsEngine &Diags;
100 ModuleMapFile MMF{};
102 bool HadError = false;
105 MMToken Tok{};
128 SourceLocation getLocation() const { return Tok.getLocation(); }; in getLocation()