Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp962 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckReinterpretCast()
1028 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckStaticCast()
1508 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in TryStaticMemberPointerUpcast()
1995 if (SrcType == Self.Context.OverloadTy) { in TryReinterpretCast()
2408 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCXXCStyleCast()
2502 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCStyleCast()
H A DSemaOverload.cpp1643 if (FromType == S.Context.OverloadTy) { in IsStandardConversion()
1703 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) { in IsStandardConversion()
4534 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryReferenceInit()
4966 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryListConversion()
9635 assert(OverloadedExpr->getType() == Context.OverloadTy); in NoteAllOverloadCandidates()
9705 if (FromTy == S.Context.OverloadTy) { in DiagnoseBadConversion()
11382 assert(AddressOfExpr->getType() == Context.OverloadTy); in ResolveAddressOfOverloadedFunction()
11462 assert(E->getType() == Context.OverloadTy && "SrcExpr must be an overload"); in resolveAndFixAddressOfOnlyViableOverloadCandidate()
11582 assert(SrcExpr.get()->getType() == Context.OverloadTy); in ResolveAndFixSingleFunctionTemplateSpecialization()
12853 MemExprE->getType() == Context.OverloadTy); in BuildCallToMemberFunction()
H A DSemaExpr.cpp572 (E->getType() == Context.OverloadTy || in DefaultLvalueConversion()
5271 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
5278 OverloadTy, in rewriteBuiltinFunctionDecl()
5283 FT = cast<FunctionProtoType>(OverloadTy); in rewriteBuiltinFunctionDecl()
5474 if (Fn->getType() == Context.OverloadTy) { in ActOnCallExpr()
8271 } else if (RHS.get()->getType() == Context.OverloadTy) { in CheckSingleAssignmentConstraints()
11763 return Context.OverloadTy; in CheckAddressOfOperand()
11907 return Context.OverloadTy; in CheckAddressOfOperand()
14185 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
H A DSema.cpp1644 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
H A DSemaInit.cpp3986 S.Context.OverloadTy) { in ResolveOverloadedFunctionForReferenceBinding()
4601 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
4754 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
5698 } else if (Initializer->getType() == Context.OverloadTy && in InitializeFrom()
H A DSemaTemplateDeduction.cpp1371 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch()
3594 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaTemplate.cpp5564 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) { in CheckTemplateArgument()
6560 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
6612 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
H A DSemaLookup.cpp2784 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
H A DSemaExprCXX.cpp3932 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
H A DSemaType.cpp1983 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
H A DSemaDeclAttr.cpp3180 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DBuiltinTypes.def274 PLACEHOLDER_TYPE(Overload, OverloadTy)
H A DASTContext.h1045 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp46 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
H A DExprCXX.cpp379 SC, Context.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent, in OverloadExpr()
H A DASTContext.cpp1259 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
2968 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6925 T = Context.OverloadTy; in GetType()