Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h187 struct DeclOffset { struct
193 DeclOffset() : Loc(0), BitOffset(0) { } in DeclOffset() argument
194 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset() argument
197 void setLocation(SourceLocation L) { in setLocation()
200 SourceLocation getLocation() const { in getLocation()
/external/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h241 struct DeclOffset { struct
250 DeclOffset() = default; argument
251 DeclOffset(SourceLocation Loc, uint64_t BitOffset, in DeclOffset() function
257 void setLocation(SourceLocation L) { in setLocation()
261 SourceLocation getLocation() const { in getLocation()
265 void setBitOffset(uint64_t Offset, in setBitOffset()
270 uint64_t getBitOffset(const uint64_t DeclTypesBlockStartOffset) const { in getBitOffset()