Searched refs:lValueReferenceType (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | NoAutomaticMoveCheck.cpp | 29 varDecl(hasLocalStorage(), unless(hasType(lValueReferenceType())), in registerMatchers() 41 hasType(lValueReferenceType(pointee(type().bind("SrcT"))))), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | UnconventionalAssignOperatorCheck.cpp | 22 cxxMethodDecl(returns(hasCanonicalType(lValueReferenceType(pointee( in registerMatchers() 42 anyOf(lValueReferenceType(pointee(unless(isConstQualified()))), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/ |
| H A D | MutatingCopyCheck.cpp | 54 0, parmVarDecl(hasType(lValueReferenceType())).bind(SourceDeclName)), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | PassByValueCheck.cpp | 50 return lValueReferenceType( in notTemplateSpecConstRefType()
|
| H A D | UseEqualsDefaultCheck.cpp | 242 hasParameter(0, hasType(lValueReferenceType()))) in registerMatchers()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 1709 Fragment, varDecl(hasName("ptr"), hasType(lValueReferenceType())))); in TEST_P() 1723 varDecl(hasName("ref"), hasType(lValueReferenceType())))); in TEST_P() 1742 Fragment, varDecl(hasName("ref"), hasType(lValueReferenceType())))); in TEST_P() 1764 matches(Fragment, varDecl(hasName("c"), hasType(lValueReferenceType())))); in TEST_P() 1770 matches(Fragment, varDecl(hasName("d"), hasType(lValueReferenceType())))); in TEST_P() 1776 Fragment, varDecl(hasName("e"), hasType(lValueReferenceType())))); in TEST_P()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | QualifiedAutoCheck.cpp | 156 ExplicitSingleVarDecl(hasType(lValueReferenceType(pointee(autoType()))), in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 474 REGISTER_MATCHER(lValueReferenceType); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1054 const AstTypeMatcher<LValueReferenceType> lValueReferenceType; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7109 extern const AstTypeMatcher<LValueReferenceType> lValueReferenceType;
|