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 645 // Dig out the type that all elements should be converted to.
676 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
679 if (Converted.isInvalid())
682 ElementsBuffer[I] = Converted.get();
    [all...]
SemaTemplate.cpp 731 TemplateArgument Converted;
732 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaDecl.cpp     [all...]