Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp857 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckReinterpretCast()
920 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckStaticCast()
1386 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in TryStaticMemberPointerUpcast()
1765 if (SrcType == Self.Context.OverloadTy) { in TryReinterpretCast()
2153 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCXXCStyleCast()
2244 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCStyleCast()
DSemaOverload.cpp1462 if (FromType == S.Context.OverloadTy) { in IsStandardConversion()
1520 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) { in IsStandardConversion()
4245 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryReferenceInit()
4674 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryListConversion()
8898 assert(OverloadedExpr->getType() == Context.OverloadTy); in NoteAllOverloadCandidates()
8967 if (FromTy == S.Context.OverloadTy) { in DiagnoseBadConversion()
10521 assert(AddressOfExpr->getType() == Context.OverloadTy); in ResolveAddressOfOverloadedFunction()
10656 assert(SrcExpr.get()->getType() == Context.OverloadTy); in ResolveAndFixSingleFunctionTemplateSpecialization()
11888 MemExprE->getType() == Context.OverloadTy); in BuildCallToMemberFunction()
DSema.cpp1311 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
DSemaExpr.cpp637 (E->getType() == Context.OverloadTy || in DefaultLvalueConversion()
4826 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
4833 OverloadTy, in rewriteBuiltinFunctionDecl()
4838 FT = cast<FunctionProtoType>(OverloadTy); in rewriteBuiltinFunctionDecl()
4925 if (Fn->getType() == Context.OverloadTy) { in ActOnCallExpr()
7304 } else if (RHS.get()->getType() == Context.OverloadTy) { in CheckSingleAssignmentConstraints()
9840 return Context.OverloadTy; in CheckAddressOfOperand()
9977 return Context.OverloadTy; in CheckAddressOfOperand()
12042 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
DSemaInit.cpp3553 S.Context.OverloadTy) { in ResolveOverloadedFunctionForReferenceBinding()
4160 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
4276 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
5094 } else if (Initializer->getType() == Context.OverloadTy && in InitializeFrom()
DSemaTemplateDeduction.cpp1093 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch()
3125 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
DSemaTemplate.cpp4242 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) { in CheckTemplateArgument()
5201 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
5253 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
DSemaLookup.cpp2654 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
DSemaExprCXX.cpp3101 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
DSemaDeclAttr.cpp2646 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
DSemaType.cpp1881 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
/external/clang/include/clang/AST/
DBuiltinTypes.def208 PLACEHOLDER_TYPE(Overload, OverloadTy)
DASTContext.h894 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/external/clang/lib/AST/
DExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
DExprCXX.cpp330 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent, in OverloadExpr()
DASTContext.cpp1063 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
2458 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
/external/clang/lib/Serialization/
DASTReader.cpp5996 T = Context.OverloadTy; in GetType()