Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance
378 const PPEntityOffset *PreprocessedEntityOffsets = nullptr;
211 class PPEntityOffset {224 PPEntityOffset(RawLocEncoding Begin, RawLocEncoding End, uint32_t BitOffset) in PPEntityOffset() function
4019 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()4020 assert(Blob.size() % sizeof(PPEntityOffset) == 0); in ReadASTBlock()4021 F.NumPreprocessedEntities = Blob.size() / sizeof(PPEntityOffset); in ReadASTBlock()6601 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()6723 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()6729 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()6734 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()6739 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()6761 using pp_iterator = const PPEntityOffset *; in findPreprocessedEntity()6823 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
2814 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()