Home
last modified time | relevance | path

Searched refs:ExprRange (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp58 SourceRange ExprRange = ME->getSourceRange(); in VisitObjCMessageExpr() local
59 Pass.TA.insert(ExprRange.getBegin(), "if (!(self = "); in VisitObjCMessageExpr()
62 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr); in VisitObjCMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3789 SourceRange ExprRange, in CheckUnaryExprOrTypeTraitOperand() argument
3814 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange, in CheckUnaryExprOrTypeTraitOperand()
3820 ExprKind, ExprRange)) in CheckUnaryExprOrTypeTraitOperand()
3825 << ExprKind << ExprRange; in CheckUnaryExprOrTypeTraitOperand()
3829 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange, in CheckUnaryExprOrTypeTraitOperand()
10995 SourceRange ExprRange = E->getSourceRange(); in DiagnoseConstAssignment() local
11024 << ExprRange << ConstMember << false /*static*/ << Field in DiagnoseConstAssignment()
11038 << ExprRange << ConstMember << true /*static*/ << VDecl in DiagnoseConstAssignment()
11067 S.Diag(Loc, diag::err_typecheck_assign_const) << ExprRange in DiagnoseConstAssignment()
11082 << ExprRange << ConstVariable << VD << VD->getType(); in DiagnoseConstAssignment()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4304 SourceRange ExprRange,