Searched refs:OverloadTy (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 962 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 D | SemaOverload.cpp | 1643 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 D | SemaExpr.cpp | 572 (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 D | Sema.cpp | 1644 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
|
| H A D | SemaInit.cpp | 3986 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 D | SemaTemplateDeduction.cpp | 1371 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch() 3594 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
|
| H A D | SemaTemplate.cpp | 5564 } 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 D | SemaLookup.cpp | 2784 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
|
| H A D | SemaExprCXX.cpp | 3932 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
|
| H A D | SemaType.cpp | 1983 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
|
| H A D | SemaDeclAttr.cpp | 3180 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 274 PLACEHOLDER_TYPE(Overload, OverloadTy)
|
| H A D | ASTContext.h | 1045 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 46 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
|
| H A D | ExprCXX.cpp | 379 SC, Context.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent, in OverloadExpr()
|
| H A D | ASTContext.cpp | 1259 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes() 2968 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6925 T = Context.OverloadTy; in GetType()
|