Home | History | Annotate | Download | only in Sema

Lines Matching refs:TypeIdParens

946 /// \param TypeIdParens If the type is in parens, the source range.
955 SourceLocation PlacementRParen, SourceRange TypeIdParens,
1009 TypeIdParens,
1042 SourceRange TypeIdParens,
1216 } else if (TypeIdParens.isValid()) {
1220 << FixItHint::CreateRemoval(TypeIdParens.getBegin())
1221 << FixItHint::CreateRemoval(TypeIdParens.getEnd());
1223 TypeIdParens = SourceRange();
1385 PlaceArgs, NumPlaceArgs, TypeIdParens,