Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp858 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckReinterpretCast()
921 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckStaticCast()
1384 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in TryStaticMemberPointerUpcast()
1882 if (SrcType == Self.Context.OverloadTy) { in TryReinterpretCast()
2267 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCXXCStyleCast()
2358 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCStyleCast()
DSemaOverload.cpp1514 if (FromType == S.Context.OverloadTy) { in IsStandardConversion()
1572 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) { in IsStandardConversion()
4302 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryReferenceInit()
4734 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryListConversion()
9013 assert(OverloadedExpr->getType() == Context.OverloadTy); in NoteAllOverloadCandidates()
9083 if (FromTy == S.Context.OverloadTy) { in DiagnoseBadConversion()
10685 assert(AddressOfExpr->getType() == Context.OverloadTy); in ResolveAddressOfOverloadedFunction()
10763 assert(E->getType() == Context.OverloadTy && "SrcExpr must be an overload"); in resolveAndFixAddressOfOnlyViableOverloadCandidate()
10886 assert(SrcExpr.get()->getType() == Context.OverloadTy); in ResolveAndFixSingleFunctionTemplateSpecialization()
12135 MemExprE->getType() == Context.OverloadTy); in BuildCallToMemberFunction()
DSema.cpp1304 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
DSemaExpr.cpp649 (E->getType() == Context.OverloadTy || in DefaultLvalueConversion()
5077 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
5084 OverloadTy, in rewriteBuiltinFunctionDecl()
5089 FT = cast<FunctionProtoType>(OverloadTy); in rewriteBuiltinFunctionDecl()
5182 if (Fn->getType() == Context.OverloadTy) { in ActOnCallExpr()
7724 } else if (RHS.get()->getType() == Context.OverloadTy) { in CheckSingleAssignmentConstraints()
10353 return Context.OverloadTy; in CheckAddressOfOperand()
10490 return Context.OverloadTy; in CheckAddressOfOperand()
12583 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
DSemaInit.cpp3639 S.Context.OverloadTy) { in ResolveOverloadedFunctionForReferenceBinding()
4287 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
4403 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
5216 } else if (Initializer->getType() == Context.OverloadTy && in InitializeFrom()
DSemaTemplateDeduction.cpp1089 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch()
3117 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
DSemaTemplate.cpp4283 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) { in CheckTemplateArgument()
5242 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
5294 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
DSemaLookup.cpp2747 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
DSemaExprCXX.cpp3368 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
DSemaType.cpp1987 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
DSemaDeclAttr.cpp2719 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
/external/clang/include/clang/AST/
DBuiltinTypes.def197 PLACEHOLDER_TYPE(Overload, OverloadTy)
DASTContext.h909 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/external/clang/lib/AST/
DExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
DExprCXX.cpp260 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent, in OverloadExpr()
DASTContext.cpp1063 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
2467 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
/external/clang/lib/Serialization/
DASTReader.cpp6044 T = Context.OverloadTy; in GetType()