Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance
372 const PPEntityOffset *PreprocessedEntityOffsets = nullptr;
211 class PPEntityOffset {224 PPEntityOffset(RawLocEncoding Begin, RawLocEncoding End, uint32_t BitOffset) in PPEntityOffset() function
3739 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()3740 assert(Blob.size() % sizeof(PPEntityOffset) == 0); in ReadASTBlock()3741 F.NumPreprocessedEntities = Blob.size() / sizeof(PPEntityOffset); in ReadASTBlock()6262 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()6384 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()6390 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()6395 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()6400 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()6422 using pp_iterator = const PPEntityOffset *; in findPreprocessedEntity()6484 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
2738 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()