HomeSort by relevance Sort by last modified time
    Searched refs:SLocEntryCursor (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Serialization/
Module.h 183 llvm::BitstreamCursor SLocEntryCursor;
  /external/clang/lib/Serialization/
ASTReader.cpp 803 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor;
809 SLocEntryCursor = F.Stream;
818 if (SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) {
825 llvm::BitstreamEntry E = SLocEntryCursor.advanceSkippingSubblocks();
842 switch (SLocEntryCursor.readRecord(E.ID, Record, &Blob)) {
898 F->SLocEntryCursor.JumpToBit(F->SLocEntryOffsets[ID - F->SLocEntryBaseID]);
899 BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor;
903 llvm::BitstreamEntry Entry = SLocEntryCursor.advance()
    [all...]

Completed in 210 milliseconds