HomeSort by: relevance | last modified time | path
    Searched refs:DeclOffset (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 241 struct DeclOffset {
250 DeclOffset() = default;
251 DeclOffset(SourceLocation Loc, uint64_t BitOffset,
ModuleFile.h 436 const DeclOffset *DeclOffsets = nullptr;
ASTWriter.h 216 std::vector<serialization::DeclOffset> DeclOffsets;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2871 const DeclOffset &DOffs =
ASTReader.cpp 3150 F.DeclOffsets = (const DeclOffset *)Blob.data();

Completed in 42 milliseconds