Searched refs:OverloadTy (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 1152 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 D | SemaOverload.cpp | 1709 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 D | SemaExpr.cpp | 644 (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 D | SemaInit.cpp | 4228 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 D | Sema.cpp | 2291 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
|
| H A D | SemaTemplateDeduction.cpp | 1499 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch() 3864 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
|
| H A D | SemaTemplate.cpp | 6218 } 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 D | SemaLookup.cpp | 2997 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
|
| H A D | SemaExprCXX.cpp | 4186 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
|
| H A D | SemaType.cpp | 2155 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
|
| H A D | SemaDeclAttr.cpp | 3305 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 276 PLACEHOLDER_TYPE(Overload, OverloadTy)
|
| H A D | ASTContext.h | 1075 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
|
| H A D | ExprCXX.cpp | 422 : Expr(SC, Context.OverloadTy, VK_LValue, OK_Ordinary), NameInfo(NameInfo), in OverloadExpr()
|
| H A D | ASTContext.cpp | 1379 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes() 3325 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6988 T = Context.OverloadTy; in GetType()
|