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

References

tools/clang/lib/Sema/SemaOverload.cpp
 8706         ParamTypes[1] = *Vec2;
 8708         ParamTypes[0] = S.Context.getLValueReferenceType(*Vec1);
 8709         S.AddBuiltinCandidate(ParamTypes, Args, CandidateSet,
 8714           ParamTypes[0] = S.Context.getVolatileType(*Vec1);
 8715           ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
 8715           ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
 8716           S.AddBuiltinCandidate(ParamTypes, Args, CandidateSet,