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...]