Home | History | Annotate | Download | only in AST

Lines Matching defs:RParenLoc

1065   SourceLocation RParenLoc;  // Location of final ')' in do stmt condition.
1070 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) {
1090 SourceLocation getRParenLoc() const { return RParenLoc; }
1091 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
1094 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
1115 SourceLocation LParenLoc, RParenLoc;
1161 SourceLocation getRParenLoc() const { return RParenLoc; }
1162 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
1498 SourceLocation RParenLoc;
1513 StringLiteral **clobbers, SourceLocation rparenloc);
1519 SourceLocation getRParenLoc() const { return RParenLoc; }
1520 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
1662 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }