Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1143 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckReinterpretCast()
1222 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckStaticCast()
1710 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in TryStaticMemberPointerUpcast()
2197 if (SrcType == Self.Context.OverloadTy) { in TryReinterpretCast()
2736 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCXXCStyleCast()
2846 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()
10327 assert(OverloadedExpr->getType() == Context.OverloadTy); in NoteAllOverloadCandidates()
10395 if (FromTy == S.Context.OverloadTy) { in DiagnoseBadConversion()
12264 assert(AddressOfExpr->getType() == Context.OverloadTy); in ResolveAddressOfOverloadedFunction()
12384 assert(E->getType() == Context.OverloadTy && "SrcExpr must be an overload"); in resolveAndFixAddressOfSingleOverloadCandidate()
12504 assert(SrcExpr.get()->getType() == Context.OverloadTy); in ResolveAndFixSingleFunctionTemplateSpecialization()
14151 MemExprE->getType() == Context.OverloadTy); in BuildCallToMemberFunction()
H A DSemaExpr.cpp629 (E->getType() == Context.OverloadTy || in DefaultLvalueConversion()
6210 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
6217 OverloadTy, in rewriteBuiltinFunctionDecl()
6222 FT = cast<FunctionProtoType>(OverloadTy); in rewriteBuiltinFunctionDecl()
6444 if (Fn->getType() == Context.OverloadTy) { in BuildCallExpr()
9556 } else if (RHS.get()->getType() == Context.OverloadTy) { in CheckSingleAssignmentConstraints()
13437 return Context.OverloadTy; in CheckAddressOfOperand()
13584 return Context.OverloadTy; in CheckAddressOfOperand()
16106 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
H A DSema.cpp2221 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
H A DSemaInit.cpp4226 S.Context.OverloadTy) { in ResolveOverloadedFunctionForReferenceBinding()
4876 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
5052 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
6027 } else if (Initializer->getType() == Context.OverloadTy && in InitializeFrom()
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.cpp6219 } 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.cpp4159 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
H A DSemaType.cpp2131 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
H A DSemaDeclAttr.cpp3220 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def276 PLACEHOLDER_TYPE(Overload, OverloadTy)
H A DASTContext.h1031 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
H A DExprCXX.cpp421 : Expr(SC, Context.OverloadTy, VK_LValue, OK_Ordinary), NameInfo(NameInfo), in OverloadExpr()
H A DASTContext.cpp1379 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
3310 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6966 T = Context.OverloadTy; in GetType()