HomeSort by relevance Sort by last modified time
    Searched full:valueexpr (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 397 ExprResult Sema::BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) {
398 if (ValueExpr->isTypeDependent()) {
400 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, NULL, SR);
406 ExprResult RValue = DefaultFunctionArrayLvalueConversion(ValueExpr);
410 ValueExpr = RValue.get();
411 QualType ValueType(ValueExpr->getType().getCanonicalType());
486 dyn_cast<CharacterLiteral>(ValueExpr->IgnoreParens())) {
517 << ValueType << ValueExpr->getSourceRange();
523 ExprResult ConvertedValueExpr = PerformImplicitConversion(ValueExpr, ArgType,
527 ValueExpr = ConvertedValueExpr.get()
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 778 milliseconds