Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance
357 const PPEntityOffset *PreprocessedEntityOffsets = nullptr;
177 struct PPEntityOffset { struct187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
3521 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()3522 assert(Blob.size() % sizeof(PPEntityOffset) == 0); in ReadASTBlock()3523 F.NumPreprocessedEntities = Blob.size() / sizeof(PPEntityOffset); in ReadASTBlock()5974 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()6097 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()6103 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()6108 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()6113 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()6135 using pp_iterator = const PPEntityOffset *; in findPreprocessedEntity()6197 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
2361 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()2397 PPEntityOffset((*E)->getSourceRange(), Offset)); in WritePreprocessorDetail()