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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 674 // Dig out the type that all elements should be converted to.
711 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
714 if (Converted.isInvalid())
717 ElementsBuffer[I] = Converted.get();
    [all...]
SemaTemplate.cpp 735 TemplateArgument Converted;
736 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 260 // A default argument expression is implicitly converted (clause
    [all...]
SemaExpr.cpp 452 // type 'array of type' is converted to an expression that has type 'pointer
459 // T" can be converted to an rvalue of type "pointer to T".
553 // converted to a prvalue.
678 // value is converted to an int; otherwise, it is converted to an
698 /// are promoted to double. All other argument types are converted by
    [all...]

Completed in 48 milliseconds