Searched defs:FromType (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 242 QualType FromType = getFromType(); in isPointerConversionToVoidPointer() local 803 QualType FromType = From->getType(); in TryImplicitConversion() local 938 bool Sema::IsNoReturnConversion(QualType FromType, QualType ToType, in IsNoReturnConversion() 989 static bool IsVectorConversion(ASTContext &Context, QualType FromType, in IsVectorConversion() 1043 QualType FromType = From->getType(); in IsStandardConversion() local 1331 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() 1467 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion() 1494 bool Sema::IsComplexPromotion(QualType FromType, QualType ToType) { in IsComplexPromotion() 1588 bool Sema::IsPointerConversion(Expr *From, QualType FromType, QualType ToType, in IsPointerConversion() 1741 bool Sema::isObjCPointerConversion(QualType FromType, QualType ToType, in isObjCPointerConversion() [all …]
|
D | SemaCXXCast.cpp | 915 QualType FromType = SrcExpr->getType(); in TryLValueToRValueCast() local
|
D | SemaExprObjC.cpp | 1821 QualType FromType = SubExpr->getType(); in BuildObjCBridgedCast() local
|
D | SemaTemplateDeduction.cpp | 3152 QualType FromType = Conv->getConversionType(); in DeduceTemplateArguments() local
|
D | SemaInit.cpp | 4613 QualType FromType = Args[0]->getType(); in Diagnose() local
|
D | SemaExprCXX.cpp | 2186 QualType FromType = From->getType(); in PerformImplicitConversion() local
|
D | SemaExpr.cpp | 1911 QualType FromType = From->getType(); in PerformObjectMemberConversion() local 5395 QualType FromType = rExpr.get()->getType(); in CheckTransparentUnionArgumentConstraints() local
|
/external/chromium/testing/gmock/test/ |
D | gmock-actions_test.cc | 519 class FromType { class 521 FromType(bool* is_converted) : converted_(is_converted) {} in FromType() function in __anon9c228ec50111::FromType
|
/external/clang/include/clang/Sema/ |
D | Overload.h | 481 QualType FromType, QualType ToType) { in setBad()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 742 Type *FromType = FromVal->getType(); in CreateShuffleVectorCast() local 781 Type *FromType = FromVal->getType(); in ConvertScalar_ExtractValue() local
|