Home
last modified time | relevance | path

Searched refs:rValueReferenceType (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DNoAutomaticMoveCheck.cpp43 hasParameter(0, hasType(rValueReferenceType( in registerMatchers()
H A DMoveConstArgCheck.cpp54 qualType(rValueReferenceType()).bind("invocation-parm-type"); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnconventionalAssignOperatorCheck.cpp43 rValueReferenceType(pointee(isConstQualified())))))); in registerMatchers()
H A DConstCorrectnessCheck.cpp68 referenceType(anyOf(rValueReferenceType(), unless(isSpelledAsLValue())))); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp74 hasType(qualType(rValueReferenceType(), in registerMatchers()
H A DForwardingReferenceOverloadCheck.cpp65 hasType(qualType(rValueReferenceType(), in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1711 Fragment, varDecl(hasName("ptr"), hasType(rValueReferenceType())))); in TEST_P()
1725 Fragment, varDecl(hasName("ref"), hasType(rValueReferenceType())))); in TEST_P()
1744 varDecl(hasName("ref"), hasType(rValueReferenceType())))); in TEST_P()
1766 Fragment, varDecl(hasName("c"), hasType(rValueReferenceType())))); in TEST_P()
1772 Fragment, varDecl(hasName("d"), hasType(rValueReferenceType())))); in TEST_P()
1778 matches(Fragment, varDecl(hasName("e"), hasType(rValueReferenceType())))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp530 REGISTER_MATCHER(rValueReferenceType); in RegistryMaps()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp194 qualType(unless(hasCanonicalType(rValueReferenceType()))) in makeIteratorLoopMatcher()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1055 const AstTypeMatcher<RValueReferenceType> rValueReferenceType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7126 extern const AstTypeMatcher<RValueReferenceType> rValueReferenceType;