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

References

tools/clang/lib/Sema/SemaOverload.cpp
 7836   ParamTypes[0] = S.Context.getLValueReferenceType(
 7837       AdjustAddressSpaceForBuiltinOperandType(S, T, Args[0]));
 7839   S.AddBuiltinCandidate(ParamTypes, Args, CandidateSet,
 7842   if (!S.Context.getCanonicalType(T).isVolatileQualified()) {
 7844     ParamTypes[0] = S.Context.getLValueReferenceType(
 7845         AdjustAddressSpaceForBuiltinOperandType(S, S.Context.getVolatileType(T),
 7845         AdjustAddressSpaceForBuiltinOperandType(S, S.Context.getVolatileType(T),
 7848     S.AddBuiltinCandidate(ParamTypes, Args, CandidateSet,