Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParenRange

87 /// \param ParenRange Source range enclosing code that should be parenthesized.
89 SourceRange ParenRange) {
90 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
91 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
99 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")