Home
last modified time | relevance | path

Searched refs:DeclsCursor (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp304 llvm::BitstreamCursor &DeclsCursor, bool IsPartial);
505 return Loc.F->DeclsCursor.GetCurrentBitNo() + Loc.F->GlobalBitOffset; in GetCurrentCursorOffset()
2431 llvm::BitstreamCursor &DeclsCursor, in ReadSpecializations() argument
2435 Reader.ReadSpecializations(M, DeclsCursor, Offset, D, IsPartial); in ReadSpecializations()
2478 ReadSpecializations(*Loc.F, D, Loc.F->DeclsCursor, /*IsPartial=*/false); in VisitClassTemplateDecl()
2479 ReadSpecializations(*Loc.F, D, Loc.F->DeclsCursor, /*IsPartial=*/true); in VisitClassTemplateDecl()
2505 ReadSpecializations(*Loc.F, D, Loc.F->DeclsCursor, /*IsPartial=*/false); in VisitVarTemplateDecl()
2506 ReadSpecializations(*Loc.F, D, Loc.F->DeclsCursor, /*IsPartial=*/true); in VisitVarTemplateDecl()
2606 ReadSpecializations(*Loc.F, D, Loc.F->DeclsCursor, /*IsPartial=*/false); in VisitFunctionTemplateDecl()
3892 llvm::BitstreamCursor &DeclsCursor = Loc.F->DeclsCursor; in ReadDeclRecord() local
[all …]
H A DASTReader.cpp3507 F.DeclsCursor = Stream; in ReadASTBlock()
3511 F.DeclsCursor, DECLTYPES_BLOCK_ID, &F.DeclsBlockStartOffset)) in ReadASTBlock()
7038 BitstreamCursor &DeclsCursor = Loc.F->DeclsCursor; in readTypeRecord() local
7042 SavedStreamPosition SavedPosition(DeclsCursor); in readTypeRecord()
7049 if (llvm::Error Err = DeclsCursor.JumpToBit(Loc.Offset)) { in readTypeRecord()
7053 Expected<unsigned> RawCode = DeclsCursor.ReadCode(); in readTypeRecord()
7060 Expected<unsigned> Code = Record.readRecord(DeclsCursor, RawCode.get()); in readTypeRecord()
7973 BitstreamCursor &Cursor = Loc.F->DeclsCursor; in GetExternalCXXCtorInitializers()
8008 BitstreamCursor &Cursor = Loc.F->DeclsCursor; in GetExternalCXXBaseSpecifiers()
8328 if (llvm::Error Err = Loc.F->DeclsCursor.JumpToBit(Loc.Offset)) { in GetExternalDeclStmt()
H A DASTReaderStmt.cpp70 llvm::BitstreamCursor &DeclsCursor; member in clang::ASTStmtReader
101 : Record(Record), DeclsCursor(Cursor) {} in ASTStmtReader()
2990 llvm::BitstreamCursor &Cursor = F.DeclsCursor; in ReadStmtFromStream()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h448 llvm::BitstreamCursor DeclsCursor; variable
H A DASTRecordReader.h101 return Reader->ReadLexicalDeclContextStorage(*F, F->DeclsCursor, Offset, in readLexicalDeclContextStorage()