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

  /external/clang/include/clang/Serialization/
ASTBitCodes.h 166 struct DeclOffset {
172 DeclOffset() : Loc(0), BitOffset(0) { }
173 DeclOffset(SourceLocation Loc, uint32_t BitOffset)
    [all...]
Module.h 264 const DeclOffset *DeclOffsets;
ASTWriter.h 159 std::vector<serialization::DeclOffset> DeclOffsets;
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 6011 milliseconds