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

References

tools/clang/lib/AST/DeclCXX.cpp
 2250   if (!isa<RValueReferenceType>(ParamType))
 2252   ParamType = ParamType->getPointeeType();
 2252   ParamType = ParamType->getPointeeType();
 2257   return Context.hasSameUnqualifiedType(ClassType, ParamType);