Searched refs:OverloadTy (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 1143 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 D | SemaOverload.cpp | 1709 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 D | SemaExpr.cpp | 629 (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 D | Sema.cpp | 2221 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
|
| H A D | SemaInit.cpp | 4226 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 D | SemaTemplateDeduction.cpp | 1499 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function"); in DeduceTemplateArgumentsByTypeMatch() 3864 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
|
| H A D | SemaTemplate.cpp | 6219 } 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 D | SemaLookup.cpp | 2997 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
|
| H A D | SemaExprCXX.cpp | 4159 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
|
| H A D | SemaType.cpp | 2131 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
|
| H A D | SemaDeclAttr.cpp | 3220 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 276 PLACEHOLDER_TYPE(Overload, OverloadTy)
|
| H A D | ASTContext.h | 1031 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
|
| H A D | ExprCXX.cpp | 421 : Expr(SC, Context.OverloadTy, VK_LValue, OK_Ordinary), NameInfo(NameInfo), in OverloadExpr()
|
| H A D | ASTContext.cpp | 1379 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes() 3310 assert(getCanonicalType(T) != OverloadTy && in getLValueReferenceType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6966 T = Context.OverloadTy; in GetType()
|