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

References

tools/clang/lib/Sema/SemaOverload.cpp
 8678         ParamTypes[1] = ArithmeticTypes[Right];
 8682         ParamTypes[0] = S.Context.getLValueReferenceType(LeftBaseTy);
 8683         S.AddBuiltinCandidate(ParamTypes, Args, CandidateSet,
 8688           ParamTypes[0] = S.Context.getVolatileType(LeftBaseTy);
 8689           ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
 8689           ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
 8690           S.AddBuiltinCandidate(ParamTypes, Args, CandidateSet,