Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance
361 const PPEntityOffset *PreprocessedEntityOffsets = nullptr;
177 struct PPEntityOffset { struct187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
3554 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()3555 assert(Blob.size() % sizeof(PPEntityOffset) == 0); in ReadASTBlock()3556 F.NumPreprocessedEntities = Blob.size() / sizeof(PPEntityOffset); in ReadASTBlock()6012 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()6134 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()6140 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()6145 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()6150 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()6172 using pp_iterator = const PPEntityOffset *; in findPreprocessedEntity()6234 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
2544 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()2580 PPEntityOffset((*E)->getSourceRange(), Offset)); in WritePreprocessorDetail()