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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5720 extern const AstTypeMatcher<LValueReferenceType> lValueReferenceType;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  415   REGISTER_MATCHER(lValueReferenceType);
tools/clang/tools/extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
   26   const auto HasGoodReturnType = cxxMethodDecl(returns(lValueReferenceType(
   46       anyOf(lValueReferenceType(pointee(unless(isConstQualified()))),
tools/clang/tools/extra/clang-tidy/modernize/PassByValueCheck.cpp
   50   return lValueReferenceType(pointee(isConstQualified()));
tools/clang/tools/extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
  237                     hasParameter(0, hasType(lValueReferenceType())))
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1341                                            hasType(lValueReferenceType()))));
 1365                                         hasType(lValueReferenceType()))));
 1379                                            hasType(lValueReferenceType()))));
 1397                                         hasType(lValueReferenceType()))));
 1403                                         hasType(lValueReferenceType()))));
 1409                                            hasType(lValueReferenceType()))));