Searched refs:BasePreprocessedEntityID (Results 1 – 4 of 4) sorted by relevance
32 BasePreprocessedEntityID(0), in ModuleFile()99 llvm::errs() << " Base preprocessed entity ID: " << BasePreprocessedEntityID in dump()
2910 mapOffset(PreprocessedEntityIDOffset, OM->BasePreprocessedEntityID, in ReadASTBlock()3006 F.BasePreprocessedEntityID = StartingID; in ReadASTBlock()3017 F.BasePreprocessedEntityID - LocalBasePreprocessedEntityID)); in ReadASTBlock()4854 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity()4861 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()4974 return M.BasePreprocessedEntityID; in findNextPreprocessedEntity()5059 return M.BasePreprocessedEntityID + (PPI - pp_begin); in findPreprocessedEntity()
4463 writeBaseIDOrNone(M->BasePreprocessedEntityID, in WriteASTCore()
310 serialization::PreprocessedEntityID BasePreprocessedEntityID; variable