Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance
151 struct PPEntityOffset { struct159 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
190 const PPEntityOffset *PreprocessedEntityOffsets;
2269 F.PreprocessedEntityOffsets = (const PPEntityOffset *)BlobStart; in ReadASTBlock()2270 assert(BlobLen % sizeof(PPEntityOffset) == 0); in ReadASTBlock()2271 F.NumPreprocessedEntities = BlobLen / sizeof(PPEntityOffset); in ReadASTBlock()3372 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()3486 template <unsigned PPEntityOffset::*PPLoc>3493 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()3499 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()3504 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()3509 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()3532 typedef const PPEntityOffset *pp_iterator; in findBeginPreprocessedEntity()[all …]
1781 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()1813 PreprocessedEntityOffsets.push_back(PPEntityOffset((*E)->getSourceRange(), in WritePreprocessorDetail()