Home
last modified time | relevance | path

Searched refs:PPEntityOffset (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Serialization/
DASTBitCodes.h151 struct PPEntityOffset { struct
159 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() function
DModule.h190 const PPEntityOffset *PreprocessedEntityOffsets;
/external/clang/lib/Serialization/
DASTReader.cpp2250 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 …]
DASTWriter.cpp1774 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()
1806 PreprocessedEntityOffsets.push_back(PPEntityOffset((*E)->getSourceRange(), in WritePreprocessorDetail()