Home
last modified time | relevance | path

Searched refs:lValueReferenceType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DNoAutomaticMoveCheck.cpp29 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 DUnconventionalAssignOperatorCheck.cpp22 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 DMutatingCopyCheck.cpp54 0, parmVarDecl(hasType(lValueReferenceType())).bind(SourceDeclName)), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DPassByValueCheck.cpp50 return lValueReferenceType( in notTemplateSpecConstRefType()
H A DUseEqualsDefaultCheck.cpp242 hasParameter(0, hasType(lValueReferenceType()))) in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1709 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 DQualifiedAutoCheck.cpp156 ExplicitSingleVarDecl(hasType(lValueReferenceType(pointee(autoType()))), in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp474 REGISTER_MATCHER(lValueReferenceType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1054 const AstTypeMatcher<LValueReferenceType> lValueReferenceType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7109 extern const AstTypeMatcher<LValueReferenceType> lValueReferenceType;