Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance
371 const PPEntityOffset *PreprocessedEntityOffsets = nullptr;
177 struct PPEntityOffset { struct187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
3550 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()3551 assert(Blob.size() % sizeof(PPEntityOffset) == 0); in ReadASTBlock()3552 F.NumPreprocessedEntities = Blob.size() / sizeof(PPEntityOffset); in ReadASTBlock()6054 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()6176 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()6182 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()6187 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()6192 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()6214 using pp_iterator = const PPEntityOffset *; in findPreprocessedEntity()6276 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
2555 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()2591 PPEntityOffset(getAdjustedRange((*E)->getSourceRange()), Offset)); in WritePreprocessorDetail()