Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParenRange

107 /// \param ParenRange Source range enclosing code that should be parenthesized.
109 SourceRange ParenRange) {
110 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
111 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
119 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")