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 179 struct DeclOffset {
185 DeclOffset() : Loc(0), BitOffset(0) { }
186 DeclOffset(SourceLocation Loc, uint32_t BitOffset)
    [all...]
Module.h 373 const DeclOffset *DeclOffsets;
ASTWriter.h 173 std::vector<serialization::DeclOffset> DeclOffsets;
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 77 milliseconds