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

References

tools/clang/lib/Sema/SemaOverload.cpp
12596   switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
12599     FunctionDecl *FnDecl = Best->Function;
12608         CheckMemberOperatorAccess(OpLoc, Args[0], nullptr, Best->FoundDecl);
12612                                               Best->FoundDecl, Method);
12630       ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl, Best->FoundDecl,
12644           FPOptions(), Best->IsADLCandidate);
12659           Input, Best->BuiltinParamTypes[0], Best->Conversions[0], AA_Passing,
12659           Input, Best->BuiltinParamTypes[0], Best->Conversions[0], AA_Passing,