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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 691 // Dig out the type that all elements should be converted to.
728 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
731 if (Converted.isInvalid())
734 ElementsBuffer[I] = Converted.get();
    [all...]
SemaTemplateInstantiateDecl.cpp 144 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond);
145 if (Converted.isInvalid())
147 Cond = Converted.get();
    [all...]
SemaDeclAttr.cpp 751 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond);
752 if (Converted.isInvalid())
754 Cond = Converted.get();
    [all...]
SemaTemplate.cpp 722 TemplateArgument Converted;
723 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 258 // A default argument expression is implicitly converted (clause
    [all...]
SemaExpr.cpp 456 // type 'array of type' is converted to an expression that has type 'pointer
463 // T" can be converted to an rvalue of type "pointer to T".
557 // converted to a prvalue.
700 // value is converted to an int; otherwise, it is converted to an
720 /// are promoted to double. All other argument types are converted by
    [all...]

Completed in 249 milliseconds