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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 674 unsigned getLocalOrImportedSubmoduleID(Module *Mod);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1673 if (Writer.getLocalOrImportedSubmoduleID(ModInfo.getModule()))
1727 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) {
2479 unsigned ASTWriter::getLocalOrImportedSubmoduleID(Module *Mod) {
2500 unsigned ID = getLocalOrImportedSubmoduleID(Mod);

Completed in 28 milliseconds