Home | History | Annotate | Download | only in AST

Lines Matching defs:LParenLoc

1139   SourceLocation LParenLoc, RParenLoc;
1184 SourceLocation getLParenLoc() const { return LParenLoc; }
1185 void setLParenLoc(SourceLocation L) { LParenLoc = L; }