Searched refs:getSubmoduleID (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTWriter.h444 unsigned getSubmoduleID(Module *Mod);
/external/clang/lib/Serialization/
H A DASTWriter.cpp2218 unsigned ASTWriter::getSubmoduleID(Module *Mod) { function in class:ASTWriter
2349 unsigned ID = getSubmoduleID(Mod);
2427 unsigned ImportedID = getSubmoduleID(Mod->Imports[I]);
2468 unsigned OtherID = getSubmoduleID(Mod->Conflicts[I].Other);
2512 return getSubmoduleID(OwningMod);
3038 SubmoduleID ThisModID = getSubmoduleID(MD);
3091 SubmoduleID getSubmoduleID(MacroDirective *MD) { function in class:__anon18133::ASTIdentifierTableTrait
H A DASTWriterDecl.cpp1060 Record.push_back(Writer.getSubmoduleID(D->getImportedModule()));
H A DASTReader.cpp1727 SubmoduleID getSubmoduleID() const { return SubModID; } function in struct:ASTReader::ModuleMacroInfo
1787 Module *Owner = getSubmodule(MMI->getSubmoduleID());

Completed in 94 milliseconds