HomeSort by: relevance | last modified time | path
    Searched refs:getModuleMapFileForUniquing (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleMap.h 602 const FileEntry *getModuleMapFileForUniquing(const Module *M) const;
606 /// Get any module map files other than getModuleMapFileForUniquing(M)
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 187 .getModuleMapFileForUniquing(M);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 614 getModuleMapFileForUniquing(UmbrellaModule);
1010 ModuleMapFile = getModuleMapFileForUniquing(Parent);
1261 const FileEntry *ModuleMap::getModuleMapFileForUniquing(const Module *M) const {
1923 assert(ModuleMapFile != Map.getModuleMapFileForUniquing(TopLevelModule) &&
HeaderSearch.cpp 141 getModuleMap().getModuleMapFileForUniquing(Module);
169 getModuleMap().getModuleMapFileForUniquing(Module);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 1211 ModMap.getModuleMapFileForUniquing(Module)->getName(),
1229 ModMap.getModuleMapFileForUniquing(Module)->getName(),
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1186 ? Map.getModuleMapFileForUniquing(WritingModule)->getName()
ASTReader.cpp 3924 const FileEntry *ModMap = M ? Map.getModuleMapFileForUniquing(M) : nullptr;

Completed in 28 milliseconds