Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParenRange

121 /// \param ParenRange Source range enclosing code that should be parenthesized.
123 SourceRange ParenRange) {
124 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
125 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
133 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")