Home
last modified time | relevance | path

Searched refs:getFromType (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DOverload.h215 QualType getFromType() const { in getFromType() function
292 QualType getFromType() const { in getFromType() function
361 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function
676 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeTokenResolutionTest.java194 Type getFromType() {
213 assertEquals(mapping.f, mapping.getFromType());
215 assertEquals(mapping.f, mapping.flip().getFromType());
217 assertEquals(mapping.f, mapping.selfMapping().getFromType());
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenResolutionTest.java194 Type getFromType() {
213 assertEquals(mapping.f, mapping.getFromType());
215 assertEquals(mapping.f, mapping.flip().getFromType());
217 assertEquals(mapping.f, mapping.selfMapping().getFromType());
/external/llvm-project/clang/include/clang/Sema/
DOverload.h345 QualType getFromType() const { in getFromType() function
425 QualType getFromType() const { in getFromType() function
499 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function
888 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp233 (getFromType()->isPointerType() || in isPointerConversionToBool()
234 getFromType()->isMemberPointerType() || in isPointerConversionToBool()
235 getFromType()->isObjCObjectPointerType() || in isPointerConversionToBool()
236 getFromType()->isBlockPointerType() || in isPointerConversionToBool()
250 QualType FromType = getFromType(); in isPointerConversionToVoidPointer()
3926 QualType FromType = SCS.getFromType(); in getFixedEnumPromtion()
4018 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()
4022 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()
4023 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()
4123 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()
[all …]