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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5737 extern const AstTypeMatcher<RValueReferenceType> rValueReferenceType;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  466   REGISTER_MATCHER(rValueReferenceType);
tools/clang/tools/extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
   69           hasType(qualType(rValueReferenceType(),
tools/clang/tools/extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp
   77           hasType(qualType(rValueReferenceType(),
tools/clang/tools/extra/clang-tidy/google/NonConstReferences.cpp
   42           unless(hasType(rValueReferenceType())))
tools/clang/tools/extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
   47             rValueReferenceType(pointee(isConstQualified()))));
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  177                       qualType(unless(hasCanonicalType(rValueReferenceType())))
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1343                                            hasType(rValueReferenceType()))));
 1367                                            hasType(rValueReferenceType()))));
 1381                                         hasType(rValueReferenceType()))));
 1399                                            hasType(rValueReferenceType()))));
 1405                                            hasType(rValueReferenceType()))));
 1411                                         hasType(rValueReferenceType()))));