Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h179 struct DeclOffset { struct
185 DeclOffset() : Loc(0), BitOffset(0) { } in DeclOffset() argument
186 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset() argument
189 void setLocation(SourceLocation L) { in setLocation()