Searched refs:PreprocessedEntityOffsets (Results 1 – 4 of 4) sorted by relevance
30 PreprocessedEntityOffsets(0), NumPreprocessedEntities(0), in ModuleFile()
1781 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail() local1813 PreprocessedEntityOffsets.push_back(PPEntityOffset((*E)->getSourceRange(), in WritePreprocessorDetail()1856 assert(PreprocessedEntityOffsets.size() == NumPreprocessingRecords); in WritePreprocessorDetail()1870 data(PreprocessedEntityOffsets)); in WritePreprocessorDetail()
2269 F.PreprocessedEntityOffsets = (const PPEntityOffset *)BlobStart; in ReadASTBlock()3372 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()3533 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findBeginPreprocessedEntity()3582 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findEndPreprocessedEntity()3618 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
190 const PPEntityOffset *PreprocessedEntityOffsets; variable