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

References

tools/clang/lib/Sema/SemaOverload.cpp
13177   switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) {
13180       FunctionDecl *FnDecl = Best->Function;
13186         CheckMemberOperatorAccess(LLoc, Args[0], Args[1], Best->FoundDecl);
13192                                               Best->FoundDecl, Method);
13213                                                   Best->FoundDecl,
13243             Args[0], Best->BuiltinParamTypes[0], Best->Conversions[0],
13243             Args[0], Best->BuiltinParamTypes[0], Best->Conversions[0],
13250             Args[1], Best->BuiltinParamTypes[1], Best->Conversions[1],
13250             Args[1], Best->BuiltinParamTypes[1], Best->Conversions[1],