Home
last modified time | relevance | path

Searched defs:DeclOffset (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h241 struct DeclOffset { struct
250 DeclOffset() = default; argument
251 DeclOffset(SourceLocation Loc, uint64_t BitOffset, in DeclOffset() argument
257 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation()
259 SourceLocation getLocation() const { in getLocation()
263 void setBitOffset(uint64_t Offset, const uint64_t DeclTypesBlockStartOffset) { in setBitOffset()
267 uint64_t getBitOffset(const uint64_t DeclTypesBlockStartOffset) const { in getBitOffset()