Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance
376 const PPEntityOffset *PreprocessedEntityOffsets = nullptr;
177 struct PPEntityOffset { struct187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
3727 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()3728 assert(Blob.size() % sizeof(PPEntityOffset) == 0); in ReadASTBlock()3729 F.NumPreprocessedEntities = Blob.size() / sizeof(PPEntityOffset); in ReadASTBlock()6256 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()6378 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()6384 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()6389 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()6394 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()6416 using pp_iterator = const PPEntityOffset *; in findPreprocessedEntity()6478 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
2604 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()2640 PPEntityOffset(getAdjustedRange((*E)->getSourceRange()), Offset)); in WritePreprocessorDetail()