HomeSort by relevance Sort by last modified time
    Searched refs:argExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 410 Expr *argExpr = Args[i];
413 assert(argExpr && "CheckMessageArgumentTypes(): missing expression");
417 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
419 argExpr = stripARCUnbridgedCast(argExpr);
421 if (RequireCompleteType(argExpr->getSourceRange().getBegin(),
424 << argExpr->getSourceRange()))
429 ExprResult ArgE = PerformCopyInitialization(Entity, lbrac, Owned(argExpr));
    [all...]
SemaTemplateInstantiate.cpp     [all...]

Completed in 100 milliseconds