Lines Matching defs:RParenLoc

183   SourceLocation RParenLoc; // the location of the right parenthesis
190 SourceLocation RParenLoc,
193 RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {}
208 SourceLocation getRParenLoc() const { return RParenLoc; }
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
234 SourceLocation l, SourceLocation RParenLoc,
237 writtenTy, l, RParenLoc, AngleBrackets) {}
247 SourceLocation RParenLoc,
265 SourceLocation l, SourceLocation RParenLoc,
268 writtenTy, l, RParenLoc, AngleBrackets) {}
278 SourceLocation RParenLoc,
303 SourceLocation RParenLoc,
306 pathSize, writtenTy, l, RParenLoc, AngleBrackets) {}
316 SourceLocation RParenLoc,
336 SourceLocation RParenLoc, SourceRange AngleBrackets)
338 0, writtenTy, l, RParenLoc, AngleBrackets) {}
347 SourceLocation RParenLoc,
1213 SourceLocation RParenLoc;
1221 LParenLoc(lParenLoc), RParenLoc(rParenLoc) {}
1239 SourceLocation getRParenLoc() const { return RParenLoc; }
1240 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
1547 SourceLocation RParenLoc;
1560 RParenLoc(rParenLoc), TypeInfo(TypeInfo) {}
1569 SourceLocation getRParenLoc() const { return RParenLoc; }
1572 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
2045 SourceLocation RParenLoc;
2052 SourceLocation RParenLoc,
2072 SourceLocation RParenLoc,
2117 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
2813 SourceLocation RParenLoc;
2821 SourceLocation RParenLoc);
2833 SourceLocation RParenLoc);
2853 SourceLocation getRParenLoc() const { return RParenLoc; }
2854 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
2888 assert(RParenLoc.isValid() || NumArgs == 1);
2889 return RParenLoc.isValid() ? RParenLoc : getArg(0)->getLocEnd();
3437 SourceLocation RParenLoc;
3456 SourceLocation PackLoc, SourceLocation RParenLoc)
3461 OperatorLoc(OperatorLoc), PackLoc(PackLoc), RParenLoc(RParenLoc),
3467 SourceLocation PackLoc, SourceLocation RParenLoc,
3473 OperatorLoc(OperatorLoc), PackLoc(PackLoc), RParenLoc(RParenLoc),
3486 SourceLocation getRParenLoc() const { return RParenLoc; }
3502 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }