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

  /external/clang/include/clang/Serialization/
Module.h 234 /// DeclsCursor - This is a cursor to the start of the DECLS_BLOCK block. It
237 llvm::BitstreamCursor DeclsCursor;
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 189 return F.DeclsCursor.GetCurrentBitNo() + F.GlobalBitOffset;
    [all...]
ASTReader.cpp     [all...]
ASTReaderStmt.cpp 29 llvm::BitstreamCursor &DeclsCursor;
72 : Reader(Reader), F(F), DeclsCursor(Cursor), Record(Record), Idx(Idx) { }
    [all...]

Completed in 45 milliseconds