reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
13761   if (Method->isInvalidDecl())
13765     Method->getType()->getAs<FunctionProtoType>();
13772   ExprResult NewFn = CreateFunctionRefExpr(*this, Method, Best->FoundDecl,
13793                                         Best->FoundDecl, Method);
13811                                                     Method->getParamDecl(i)),
13818         = BuildCXXDefaultArgExpr(LParenLoc, Method, Method->getParamDecl(i));
13818         = BuildCXXDefaultArgExpr(LParenLoc, Method, Method->getParamDecl(i));
13844   DiagnoseSentinelCalls(Method, LParenLoc, Args);
13847   QualType ResultTy = Method->getReturnType();
13855   if (CheckCallReturnType(Method->getReturnType(), LParenLoc, TheCall, Method))
13855   if (CheckCallReturnType(Method->getReturnType(), LParenLoc, TheCall, Method))
13858   if (CheckFunctionCall(Method, TheCall, Proto))