Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DOverload.h346 QualType getFromType() const { in getFromType() function
426 QualType getFromType() const { in getFromType() function
500 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function
886 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
/freebsd-12-stable/contrib/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()
3927 QualType FromType = SCS.getFromType(); in getFixedEnumPromtion()
4019 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()
4023 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()
4024 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()
4126 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()
[all …]