Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance
151 struct PPEntityOffset { struct159 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() function
190 const PPEntityOffset *PreprocessedEntityOffsets;
2250 F.PreprocessedEntityOffsets = (const PPEntityOffset *)BlobStart; in ReadASTBlock()2251 assert(BlobLen % sizeof(PPEntityOffset) == 0); in ReadASTBlock()2252 F.NumPreprocessedEntities = BlobLen / sizeof(PPEntityOffset); in ReadASTBlock()3336 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()3450 template <unsigned PPEntityOffset::*PPLoc>3457 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()3463 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()3468 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()3473 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()3496 typedef const PPEntityOffset *pp_iterator; in findBeginPreprocessedEntity()[all …]
1774 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()1806 PreprocessedEntityOffsets.push_back(PPEntityOffset((*E)->getSourceRange(), in WritePreprocessorDetail()