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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp58 SourceRange ExprRange = ME->getSourceRange(); local
59 Pass.TA.insert(ExprRange.getBegin(), "if (!(self = ");
62 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3389 SourceRange ExprRange,
3402 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange);
3405 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange,
3411 ExprKind, ExprRange))
3416 << ExprKind << ExprRange; local
3420 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange,
3387 CheckUnaryExprOrTypeTraitOperand(QualType ExprType, SourceLocation OpLoc, SourceRange ExprRange, UnaryExprOrTypeTrait ExprKind) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3355 SourceRange ExprRange,

Completed in 217 milliseconds