Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DNoAutomaticMoveCheck.cpp29 varDecl(hasLocalStorage(), unless(hasType(lValueReferenceType())), in registerMatchers()
41 hasType(lValueReferenceType(pointee(type().bind("SrcT"))))), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnconventionalAssignOperatorCheck.cpp21 const auto HasGoodReturnType = cxxMethodDecl(returns(lValueReferenceType( in registerMatchers()
41 anyOf(lValueReferenceType(pointee(unless(isConstQualified()))), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DMutatingCopyCheck.cpp60 0, parmVarDecl(hasType(lValueReferenceType())).bind(SourceDeclName)), in registerMatchers()
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1227 hasType(lValueReferenceType())))); in TEST()
1251 hasType(lValueReferenceType())))); in TEST()
1265 hasType(lValueReferenceType())))); in TEST()
1283 hasType(lValueReferenceType())))); in TEST()
1289 hasType(lValueReferenceType())))); in TEST()
1295 hasType(lValueReferenceType())))); in TEST()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DPassByValueCheck.cpp50 return lValueReferenceType( in notTemplateSpecConstRefType()
DUseEqualsDefaultCheck.cpp247 hasParameter(0, hasType(lValueReferenceType()))) in registerMatchers()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1688 Fragment, varDecl(hasName("ptr"), hasType(lValueReferenceType())))); in TEST_P()
1702 varDecl(hasName("ref"), hasType(lValueReferenceType())))); in TEST_P()
1721 Fragment, varDecl(hasName("ref"), hasType(lValueReferenceType())))); in TEST_P()
1743 matches(Fragment, varDecl(hasName("c"), hasType(lValueReferenceType())))); in TEST_P()
1749 matches(Fragment, varDecl(hasName("d"), hasType(lValueReferenceType())))); in TEST_P()
1755 Fragment, varDecl(hasName("e"), hasType(lValueReferenceType())))); in TEST_P()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DQualifiedAutoCheck.cpp152 ExplicitSingleVarDecl(hasType(lValueReferenceType(pointee(autoType()))), in registerMatchers()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp337 REGISTER_MATCHER(lValueReferenceType); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp439 REGISTER_MATCHER(lValueReferenceType); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1013 const AstTypeMatcher<LValueReferenceType> lValueReferenceType; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4712 AST_TYPE_MATCHER(LValueReferenceType, lValueReferenceType);
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6430 extern const AstTypeMatcher<LValueReferenceType> lValueReferenceType;