Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp101 struct OpRangeType { struct
102 SourceLocation Locations[3];
104 OpRangeType(SourceLocation Begin, SourceLocation LParen, in OpRangeType() function
110 SourceLocation getBegin() const { return Locations[0]; } in getBegin()
112 SourceLocation getLParenLoc() const { return Locations[1]; } in getLParenLoc()
114 SourceLocation getRParenLoc() const { return Locations[2]; } in getRParenLoc()
121 SourceRange getParenRange() const { in getParenRange()
125 operator SourceRange() const { in operator SourceRange()