Searched defs:ExprRange (Results 1 - 2 of 2) sorted by relevance

/external/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);
/external/clang/lib/Sema/
H A DSemaExpr.cpp3309 SourceRange ExprRange,
3322 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange);
3325 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange,
3331 ExprKind, ExprRange))
3334 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange,
3307 CheckUnaryExprOrTypeTraitOperand(QualType ExprType, SourceLocation OpLoc, SourceRange ExprRange, UnaryExprOrTypeTrait ExprKind) argument

Completed in 244 milliseconds