Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTBitCodes.h166 struct PPEntityOffset { struct
174 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
178 SourceLocation getBegin() const { in getBegin()
181 SourceLocation getEnd() const { in getEnd()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTBitCodes.h177 struct PPEntityOffset { struct
187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
191 SourceLocation getBegin() const { in getBegin()
195 SourceLocation getEnd() const { in getEnd()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTBitCodes.h177 struct PPEntityOffset { struct
187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
191 SourceLocation getBegin() const { in getBegin()
195 SourceLocation getEnd() const { in getEnd()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTBitCodes.h177 struct PPEntityOffset { struct
187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset() argument
191 SourceLocation getBegin() const { in getBegin()
195 SourceLocation getEnd() const { in getEnd()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DASTBitCodes.h203 PPEntityOffset(RawLocEncoding Begin, RawLocEncoding End, uint32_t BitOffset) in PPEntityOffset() function