Home
last modified time | relevance | path

Searched refs:PreprocessorDetailCursor (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DModuleFile.h349 llvm::BitstreamCursor PreprocessorDetailCursor; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3075 F.PreprocessorDetailCursor = Stream; in ReadASTBlock()
3080 if (llvm::Error Err = ReadBlockAbbrevs(F.PreprocessorDetailCursor, in ReadASTBlock()
3084 = F.PreprocessorDetailCursor.GetCurrentBitNo(); in ReadASTBlock()
6019 SavedStreamPosition SavedPosition(M.PreprocessorDetailCursor); in ReadPreprocessedEntity()
6020 if (llvm::Error Err = M.PreprocessorDetailCursor.JumpToBit( in ReadPreprocessedEntity()
6027 M.PreprocessorDetailCursor.advance(BitstreamCursor::AF_DontPopBlockAtEnd); in ReadPreprocessedEntity()
6044 M.PreprocessorDetailCursor.readRecord(Entry.ID, Record, &Blob); in ReadPreprocessedEntity()