HomeSort by relevance Sort by last modified time
    Searched defs:ModuleId (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
Module.h 42 typedef SmallVector<std::pair<std::string, SourceLocation>, 2> ModuleId;
161 ModuleId Id;
  /external/clang/lib/Lex/
ModuleMap.cpp 734 typedef SmallVector<std::pair<std::string, SourceLocation>, 2> ModuleId;
735 bool parseModuleId(ModuleId &Id);
914 bool ModuleMapParser::parseModuleId(ModuleId &Id) {
995 ModuleId Id;
    [all...]

Completed in 79 milliseconds