Searched refs:ResolveAddressOfOverloadedFunction (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 1712 = Self.ResolveAddressOfOverloadedFunction(SrcExpr.get(), DestType, false, in TryStaticMemberPointerUpcast() 1790 FunctionDecl *Fn = Self.ResolveAddressOfOverloadedFunction(SrcExpr.get(), in TryStaticMemberPointerUpcast() 2738 FunctionDecl *Fn = Self.ResolveAddressOfOverloadedFunction(SrcExpr.get(), in CheckCXXCStyleCast() 2848 if (FunctionDecl *FD = Self.ResolveAddressOfOverloadedFunction( in CheckCStyleCast()
|
H A D | SemaInit.cpp | 4230 = S.ResolveAddressOfOverloadedFunction(Initializer, in ResolveOverloadedFunctionForReferenceBinding() 6028 !S.ResolveAddressOfOverloadedFunction(Initializer, DestType, in InitializeFrom() 9055 S.ResolveAddressOfOverloadedFunction(OnlyArg, in Diagnose()
|
H A D | SemaOverload.cpp | 1712 = S.ResolveAddressOfOverloadedFunction(From, ToType, false, in IsStandardConversion() 4746 if (FunctionDecl *Fn = S.ResolveAddressOfOverloadedFunction(Init, DeclType, in TryReferenceInit() 5173 if (FunctionDecl *Fn = S.ResolveAddressOfOverloadedFunction( in TryListConversion() 12259 Sema::ResolveAddressOfOverloadedFunction(Expr *AddressOfExpr, in ResolveAddressOfOverloadedFunction() function in Sema
|
H A D | SemaTemplate.cpp | 7263 if (FunctionDecl *Fn = ResolveAddressOfOverloadedFunction(Arg, ParamType, in CheckTemplateArgument() 7315 if (FunctionDecl *Fn = ResolveAddressOfOverloadedFunction(Arg, in CheckTemplateArgument()
|
H A D | SemaExprCXX.cpp | 4161 FunctionDecl *Fn = ResolveAddressOfOverloadedFunction(From, ToType, in PerformImplicitConversion()
|
H A D | SemaExpr.cpp | 9560 if (FunctionDecl *FD = ResolveAddressOfOverloadedFunction( in CheckSingleAssignmentConstraints()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 3756 ResolveAddressOfOverloadedFunction(Expr *AddressOfExpr,
|