Searched refs:getLocalOrImportedSubmoduleID (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTWriter.h780 unsigned getLocalOrImportedSubmoduleID(Module *Mod);
/external/clang/lib/Serialization/
H A DASTWriter.cpp1683 if (Writer.getLocalOrImportedSubmoduleID(ModInfo.getModule()))
1738 Writer.getLocalOrImportedSubmoduleID(ModInfo.getModule())) {
2335 unsigned ASTWriter::getLocalOrImportedSubmoduleID(Module *Mod) { function in class:ASTWriter
2353 unsigned ID = getLocalOrImportedSubmoduleID(Mod);

Completed in 49 milliseconds