Searched refs:PreprocessedEntityOffsets (Results 1 – 3 of 3) sorted by relevance
372 const PPEntityOffset *PreprocessedEntityOffsets = nullptr; variable
2738 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail() local2774 PreprocessedEntityOffsets.emplace_back( in WritePreprocessorDetail()2819 assert(PreprocessedEntityOffsets.size() == NumPreprocessingRecords); in WritePreprocessorDetail()2834 bytes(PreprocessedEntityOffsets)); in WritePreprocessorDetail()
3739 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()6262 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()6424 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findPreprocessedEntity()6484 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()