Searched refs:getToType (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Overload.h | 349 QualType getToType(unsigned Idx) const { in getToType() function 429 QualType getToType() const { in getToType() function 502 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function 920 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 235 if (getToType(1)->isBooleanType() && in isPointerConversionToBool() 254 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() 321 QualType FromType = getToType(0); in getNarrowingKind() 322 QualType ToType = getToType(1); in getNarrowingKind() 3440 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion() 3444 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion() 4021 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets() 4025 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result in compareStandardConversionSubsets() 4092 if (S.Context.hasSameType(SCS.getToType(1), UnderlyingType)) in getFixedEnumPromtion() 4236 QualType T1 = SCS1.getToType(2); in CompareStandardConversionSequences() [all …]
|
| H A D | SemaInit.cpp | 4558 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2), in TryListInitialization() 4757 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2)); in TryRefInitWithConversionFunction() 4761 cv3T3 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction() 6394 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom() 6396 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()
|