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

References

tools/clang/lib/Sema/SemaOverload.cpp
 8743         ParamTypes[1] = ArithmeticTypes[Right];
 8747         ParamTypes[0] = S.Context.getLValueReferenceType(LeftBaseTy);
 8748         S.AddBuiltinCandidate(ParamTypes, Args, CandidateSet);
 8751           ParamTypes[0] = LeftBaseTy;
 8752           ParamTypes[0] = S.Context.getVolatileType(ParamTypes[0]);
 8752           ParamTypes[0] = S.Context.getVolatileType(ParamTypes[0]);
 8753           ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
 8753           ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
 8754           S.AddBuiltinCandidate(ParamTypes, Args, CandidateSet);