Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h356 const PPEntityOffset *PreprocessedEntityOffsets = nullptr;
H A DASTBitCodes.h177 struct PPEntityOffset { struct
187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3514 F.PreprocessedEntityOffsets = (const PPEntityOffset *)Blob.data(); in ReadASTBlock()
3515 assert(Blob.size() % sizeof(PPEntityOffset) == 0); in ReadASTBlock()
3516 F.NumPreprocessedEntities = Blob.size() / sizeof(PPEntityOffset); in ReadASTBlock()
5952 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()
6075 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()
6081 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()
6086 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()
6091 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()
6113 using pp_iterator = const PPEntityOffset *; in findPreprocessedEntity()
6175 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()
H A DASTWriter.cpp2361 SmallVector<PPEntityOffset, 64> PreprocessedEntityOffsets; in WritePreprocessorDetail()
2397 PPEntityOffset((*E)->getSourceRange(), Offset)); in WritePreprocessorDetail()