Home
last modified time | relevance | path

Searched refs:OverloadTy (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1152 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckReinterpretCast()
1224 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckStaticCast()
1720 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in TryStaticMemberPointerUpcast()
2208 if (SrcType == Self.Context.OverloadTy) { in TryReinterpretCast()
2753 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCXXCStyleCast()
2863 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCStyleCast()
H A DSemaOverload.cpp1709 if (FromType == S.Context.OverloadTy) { in IsStandardConversion()
1769 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) { in IsStandardConversion()
4744 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryReferenceInit()
5171 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryListConversion()
10344 assert(OverloadedExpr->getType() == Context.OverloadTy); in NoteAllOverloadCandidates()
10412 if (FromTy == S.Context.OverloadTy) { in DiagnoseBadConversion()
12282 assert(AddressOfExpr->getType() == Context.OverloadTy); in ResolveAddressOfOverloadedFunction()
12402 assert(E->getType() == Context.OverloadTy && "SrcExpr must be an overload"); in resolveAndFixAddressOfSingleOverloadCandidate()
12522 assert(SrcExpr.get()->getType() == Context.OverloadTy); in ResolveAndFixSingleFunctionTemplateSpecialization()
14171 MemExprE->getType() == Context.OverloadTy); in BuildCallToMemberFunction()
H A DSemaExpr.cpp644 (E->getType() == Context.OverloadTy || in DefaultLvalueConversion()
6249 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
6256 OverloadTy, in rewriteBuiltinFunctionDecl()
6261 FT = cast<FunctionProtoType>(OverloadTy); in rewriteBuiltinFunctionDecl()
6484 if (Fn->getType() == Context.OverloadTy) { in BuildCallExpr()
9620 } else if (RHS.get()->getType() == Context.OverloadTy) { in CheckSingleAssignmentConstraints()
13558 return Context.OverloadTy; in CheckAddressOfOperand()
13705 return Context.OverloadTy; in CheckAddressOfOperand()
16265 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
H A DSemaInit.cpp4228 S.Context.OverloadTy) { in ResolveOverloadedFunctionForReferenceBinding()
4878 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
5054 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
6029 } else if (Initializer->getType() == Context.OverloadTy && in InitializeFrom()
H A DSema.cpp2291 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
H A DSemaTemplateDeduction.cpp1499 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch()
3864 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaTemplate.cpp6218 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) { in CheckTemplateArgument()
7262 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
7314 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
H A DSemaLookup.cpp2997 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
H A DSemaExprCXX.cpp4186 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
H A DSemaType.cpp2155 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
H A DSemaDeclAttr.cpp3305 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def276 PLACEHOLDER_TYPE(Overload, OverloadTy)
H A DASTContext.h1075 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
H A DExprCXX.cpp422 : Expr(SC, Context.OverloadTy, VK_LValue, OK_Ordinary), NameInfo(NameInfo), in OverloadExpr()
H A DASTContext.cpp1379 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
3325 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6988 T = Context.OverloadTy; in GetType()