Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h225 QualType getFromType() const { in getFromType() function
302 QualType getFromType() const { in getFromType() function
372 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function
669 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp245 (getFromType()->isPointerType() || in isPointerConversionToBool()
246 getFromType()->isObjCObjectPointerType() || in isPointerConversionToBool()
247 getFromType()->isBlockPointerType() || in isPointerConversionToBool()
248 getFromType()->isNullPtrType() || in isPointerConversionToBool()
262 QualType FromType = getFromType(); in isPointerConversionToVoidPointer()
3515 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()
3519 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()
3520 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()
3619 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()
3746 QualType FromType1 = SCS1.getFromType(); in CompareDerivedToBaseConversions()
[all …]