Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DNoAutomaticMoveCheck.cpp43 hasParameter(0, hasType(rValueReferenceType( in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnconventionalAssignOperatorCheck.cpp42 rValueReferenceType(pointee(isConstQualified())))); in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMoveForwardingReferenceCheck.cpp74 hasType(qualType(rValueReferenceType(), in registerMatchers()
DForwardingReferenceOverloadCheck.cpp65 hasType(qualType(rValueReferenceType(), in registerMatchers()
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1229 hasType(rValueReferenceType())))); in TEST()
1253 hasType(rValueReferenceType())))); in TEST()
1267 hasType(rValueReferenceType())))); in TEST()
1285 hasType(rValueReferenceType())))); in TEST()
1291 hasType(rValueReferenceType())))); in TEST()
1297 hasType(rValueReferenceType())))); in TEST()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1690 Fragment, varDecl(hasName("ptr"), hasType(rValueReferenceType())))); in TEST_P()
1704 Fragment, varDecl(hasName("ref"), hasType(rValueReferenceType())))); in TEST_P()
1723 varDecl(hasName("ref"), hasType(rValueReferenceType())))); in TEST_P()
1745 Fragment, varDecl(hasName("c"), hasType(rValueReferenceType())))); in TEST_P()
1751 Fragment, varDecl(hasName("d"), hasType(rValueReferenceType())))); in TEST_P()
1757 matches(Fragment, varDecl(hasName("e"), hasType(rValueReferenceType())))); in TEST_P()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp379 REGISTER_MATCHER(rValueReferenceType); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp491 REGISTER_MATCHER(rValueReferenceType); in RegistryMaps()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp209 qualType(unless(hasCanonicalType(rValueReferenceType()))) in makeIteratorLoopMatcher()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1014 const AstTypeMatcher<RValueReferenceType> rValueReferenceType; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4729 AST_TYPE_MATCHER(RValueReferenceType, rValueReferenceType);
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6447 extern const AstTypeMatcher<RValueReferenceType> rValueReferenceType;