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 363 /// DeclsCursor - This is a cursor to the start of the DECLS_BLOCK block. It
366 llvm::BitstreamCursor DeclsCursor;
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 341 return F.DeclsCursor.GetCurrentBitNo() + F.GlobalBitOffset;
    [all...]
ASTReader.cpp     [all...]
ASTReaderStmt.cpp 33 llvm::BitstreamCursor &DeclsCursor;
84 : Reader(Reader), F(F), DeclsCursor(Cursor), Record(Record), Idx(Idx) { }
    [all...]

Completed in 78 milliseconds