Searched refs:PreprocessedEntityOffsets (Results 1 – 3 of 3) sorted by relevance
378 const PPEntityOffset *PreprocessedEntityOffsets = nullptr; variable
2814 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail() local2850 PreprocessedEntityOffsets.emplace_back( in WritePreprocessorDetail()2895 assert(PreprocessedEntityOffsets.size() == NumPreprocessingRecords); in WritePreprocessorDetail()2910 bytes(PreprocessedEntityOffsets)); in WritePreprocessorDetail()
4019 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()6601 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()6763 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findPreprocessedEntity()6823 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()