Searched refs:getGlobalMacroID (Results 1 – 2 of 2) sorted by relevance
1687 serialization::MacroID getGlobalMacroID(ModuleFile &M, unsigned LocalID);
584 MacroID MacID = Reader.getGlobalMacroID(F, *I); in ReadData()1559 GlobalMacroID GMacID = getGlobalMacroID(M, Record[Idx++]); in installPCHMacroDirectives()6664 MacroID ASTReader::getGlobalMacroID(ModuleFile &M, unsigned LocalID) { in getGlobalMacroID() function in ASTReader