Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp856 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckReinterpretCast()
919 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckStaticCast()
1384 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in TryStaticMemberPointerUpcast()
1763 if (SrcType == Self.Context.OverloadTy) { in TryReinterpretCast()
2150 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCXXCStyleCast()
HDSemaOverload.cpp1425 if (FromType == S.Context.OverloadTy) { in IsStandardConversion()
1483 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) { in IsStandardConversion()
4171 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryReferenceInit()
4599 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryListConversion()
8625 assert(OverloadedExpr->getType() == Context.OverloadTy); in NoteAllOverloadCandidates()
8693 if (FromTy == S.Context.OverloadTy) { in DiagnoseBadConversion()
10175 assert(AddressOfExpr->getType() == Context.OverloadTy); in ResolveAddressOfOverloadedFunction()
10309 assert(SrcExpr.get()->getType() == Context.OverloadTy); in ResolveAndFixSingleFunctionTemplateSpecialization()
11530 MemExprE->getType() == Context.OverloadTy); in BuildCallToMemberFunction()
HDSema.cpp1283 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
HDSemaInit.cpp3548 S.Context.OverloadTy) { in ResolveOverloadedFunctionForReferenceBinding()
4153 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
4269 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
5075 } else if (Initializer->getType() == Context.OverloadTy && in InitializeFrom()
HDSemaExpr.cpp629 (E->getType() == Context.OverloadTy || in DefaultLvalueConversion()
4700 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
4707 OverloadTy, in rewriteBuiltinFunctionDecl()
4712 FT = cast<FunctionProtoType>(OverloadTy); in rewriteBuiltinFunctionDecl()
4799 if (Fn->getType() == Context.OverloadTy) { in ActOnCallExpr()
9671 return Context.OverloadTy; in CheckAddressOfOperand()
9801 return Context.OverloadTy; in CheckAddressOfOperand()
11817 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
HDSemaTemplateDeduction.cpp1093 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch()
3116 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
HDSemaTemplate.cpp4206 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) { in CheckTemplateArgument()
5163 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
5215 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
HDSemaLookup.cpp2479 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
HDSemaDeclAttr.cpp2456 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
HDSemaExprCXX.cpp3084 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
HDSemaType.cpp1858 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDBuiltinTypes.def190 PLACEHOLDER_TYPE(Overload, OverloadTy)
HDASTContext.h832 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
HDExprCXX.cpp330 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent, in OverloadExpr()
HDASTContext.cpp1029 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
2399 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5722 case PREDEF_TYPE_OVERLOAD_ID: T = Context.OverloadTy; break; in GetType()