Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp79 anyOf(hasType(autoType()), hasType(referenceType(pointee(autoType()))), in registerMatchers()
80 hasType(pointerType(pointee(autoType()))))); in registerMatchers()
H A DUnconventionalAssignOperatorCheck.cpp24 anyOf(autoType(), hasDeclaration(equalsBoundNode("class")))))))); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DQualifiedAutoCheck.cpp130 return autoType(hasDeducedType( in registerMatchers()
153 hasType(pointerType(pointee(autoType()))), "auto_ptr"), in registerMatchers()
156 ExplicitSingleVarDecl(hasType(lValueReferenceType(pointee(autoType()))), in registerMatchers()
H A DConstReturnTypeCheck.cpp113 anyOf(decltypeType(), autoType(), isTypeOfType(), isTypeOfExprType())); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DCleanupCtadCheck.cpp32 hasType(autoType()), hasTypeLoc(typeLoc().bind("auto_type_loc")), in CleanupCtadCheckImpl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProBoundsPointerArithmeticCheck.cpp25 hasType(autoType( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DReturnBracedInitListCheck.cpp32 autoType())))) in registerMatchers()
H A DUseAutoCheck.cpp265 unless(has(varDecl(anyOf(hasType(autoType()), in makeCombinedMatcher()
266 hasType(qualType(hasDescendant(autoType()))))))), in makeCombinedMatcher()
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp254 EXPECT_TRUE(Verifier.match("decltype(auto) a = 1;", typeLoc(loc(autoType())), in TEST()
263 EXPECT_TRUE(Verifier.match(Code, typeLoc(loc(autoType())), Lang_CXX20)); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp145 REGISTER_MATCHER(autoType); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1597 EXPECT_TRUE(matches("auto i = 2;", autoType())); in TEST_P()
1599 autoType())); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1044 const AstTypeMatcher<AutoType> autoType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6934 extern const AstTypeMatcher<AutoType> autoType;