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

  /external/clang/lib/Sema/
SemaTemplate.cpp 734 TemplateArgument Converted;
735 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp 269 static const Expr *IgnoreNarrowingConversion(const Expr *Converted) {
270 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Converted)) {
279 Converted = ICE->getSubExpr();
283 return Converted;
287 return Converted;
294 /// \param Converted The result of applying this standard conversion sequence.
301 const Expr *Converted,
316 // the original value when converted back to the original type, or
322 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
355 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
    [all...]
SemaExprObjC.cpp 676 // Dig out the type that all elements should be converted to.
713 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
716 if (Converted.isInvalid())
719 ElementsBuffer[I] = Converted.get();
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp 418 // type 'array of type' is converted to an expression that has type 'pointer
425 // T" can be converted to an rvalue of type "pointer to T".
463 // converted to a prvalue.
573 // value is converted to an int; otherwise, it is converted to an
593 /// are promoted to double. All other argument types are converted by
757 /// successfully converted to the complex type.
810 // If just the complexExpr is complex, the otherExpr needs to be converted,
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 240 // A default argument expression is implicitly converted (clause
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 239 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
Sema.h     [all...]

Completed in 97 milliseconds