Searched defs:DeclOffset (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Serialization/ |
H A D | ASTBitCodes.h | 187 struct DeclOffset { struct 193 DeclOffset() : Loc(0), BitOffset(0) { } in DeclOffset() function 194 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset() function 197 void setLocation(SourceLocation L) { in setLocation() 200 SourceLocation getLocation() const { in getLocation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/ |
D | ASTBitCodes.h | 241 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/ |
D | ASTBitCodes.h | 241 struct DeclOffset { struct 250 DeclOffset() = default; argument 251 DeclOffset(SourceLocation Loc, uint64_t BitOffset, in DeclOffset() function 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/ |
D | ASTBitCodes.h | 241 struct DeclOffset { struct 250 DeclOffset() = default; argument 251 DeclOffset(SourceLocation Loc, uint64_t BitOffset, in DeclOffset() function 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | ASTBitCodes.h | 242 DeclOffset(RawLocEncoding RawLoc, uint64_t BitOffset, in DeclOffset() function
|