Home
last modified time | relevance | path

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

12

/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()
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()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1058 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckReinterpretCast()
1126 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckStaticCast()
1614 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in TryStaticMemberPointerUpcast()
2101 if (SrcType == Self.Context.OverloadTy) { in TryReinterpretCast()
2623 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCXXCStyleCast()
2728 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCStyleCast()
DSemaOverload.cpp1709 if (FromType == S.Context.OverloadTy) { in IsStandardConversion()
1769 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) { in IsStandardConversion()
4741 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryReferenceInit()
5168 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryListConversion()
10329 assert(OverloadedExpr->getType() == Context.OverloadTy); in NoteAllOverloadCandidates()
10400 if (FromTy == S.Context.OverloadTy) { in DiagnoseBadConversion()
12278 assert(AddressOfExpr->getType() == Context.OverloadTy); in ResolveAddressOfOverloadedFunction()
12398 assert(E->getType() == Context.OverloadTy && "SrcExpr must be an overload"); in resolveAndFixAddressOfSingleOverloadCandidate()
12518 assert(SrcExpr.get()->getType() == Context.OverloadTy); in ResolveAndFixSingleFunctionTemplateSpecialization()
14163 MemExprE->getType() == Context.OverloadTy); in BuildCallToMemberFunction()
DSemaExpr.cpp646 (E->getType() == Context.OverloadTy || in DefaultLvalueConversion()
6173 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
6180 OverloadTy, in rewriteBuiltinFunctionDecl()
6185 FT = cast<FunctionProtoType>(OverloadTy); in rewriteBuiltinFunctionDecl()
6405 if (Fn->getType() == Context.OverloadTy) { in BuildCallExpr()
9456 } else if (RHS.get()->getType() == Context.OverloadTy) { in CheckSingleAssignmentConstraints()
13318 return Context.OverloadTy; in CheckAddressOfOperand()
13465 return Context.OverloadTy; in CheckAddressOfOperand()
15977 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
DSemaInit.cpp4184 S.Context.OverloadTy) { in ResolveOverloadedFunctionForReferenceBinding()
4815 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
4991 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
5960 } else if (Initializer->getType() == Context.OverloadTy && in InitializeFrom()
DSema.cpp2168 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
DSemaTemplateDeduction.cpp1514 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch()
3871 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
DSemaTemplate.cpp6229 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) { in CheckTemplateArgument()
7272 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
7324 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
DSemaLookup.cpp2955 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
/external/clang/include/clang/AST/
DBuiltinTypes.def197 PLACEHOLDER_TYPE(Overload, OverloadTy)
DASTContext.h909 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def276 PLACEHOLDER_TYPE(Overload, OverloadTy)
DASTContext.h991 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/llvm-project/clang/lib/AST/
DExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
DExprCXX.cpp421 : Expr(SC, Context.OverloadTy, VK_LValue, OK_Ordinary), NameInfo(NameInfo), in OverloadExpr()
DASTContext.cpp1367 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
3267 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()

12