Searched refs:getToType (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Overload.h | 218 QualType getToType(unsigned Idx) const { in getToType() function 295 QualType getToType() const { in getToType() function 362 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function 677 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenResolutionTest.java | 198 Type getToType() { 214 assertEquals(mapping.t, mapping.getToType()); 216 assertEquals(mapping.t, mapping.flip().getToType()); 218 assertEquals(mapping.t, mapping.selfMapping().getToType());
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenResolutionTest.java | 198 Type getToType() { 214 assertEquals(mapping.t, mapping.getToType()); 216 assertEquals(mapping.t, mapping.flip().getToType()); 218 assertEquals(mapping.t, mapping.selfMapping().getToType());
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Overload.h | 349 QualType getToType(unsigned Idx) const { in getToType() function 429 QualType getToType() const { in getToType() function 500 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function 889 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 232 if (getToType(1)->isBooleanType() && in isPointerConversionToBool() 251 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() 318 QualType FromType = getToType(0); in getNarrowingKind() 319 QualType ToType = getToType(1); in getNarrowingKind() 3314 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion() 3318 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion() 3864 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets() 3868 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result in compareStandardConversionSubsets() 3935 if (S.Context.hasSameType(SCS.getToType(1), UnderlyingType)) in getFixedEnumPromtion() 4079 QualType T1 = SCS1.getToType(2); in CompareStandardConversionSequences() [all …]
|
D | SemaInit.cpp | 4440 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2), in TryListInitialization() 4639 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2)); in TryRefInitWithConversionFunction() 4643 cv3T3 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction() 5950 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom() 5952 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 3894 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2), in TryListInitialization() 4100 T2 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction() 5206 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom() 5208 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()
|