Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h166 struct DeclOffset { struct
172 DeclOffset() : Loc(0), BitOffset(0) { } in DeclOffset() function
173 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset() function
176 void setLocation(SourceLocation L) { in setLocation()