Searched refs:ToQTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaFixItUtils.h76 const QualType FromQTy, const QualType ToQTy,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp58 const CanQualType ToQTy = S.Context.getCanonicalType(ToTy); local
97 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy,
127 if (isa<PointerType>(ToQTy)) {
135 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
H A DSemaOverload.cpp5194 const CanQualType ToQTy,
5200 TryCopyInitialization(S, &TmpExpr, ToQTy, true, true, false);

Completed in 80 milliseconds