Home
last modified time | relevance | path

Searched refs:parenType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNoexceptCheck.cpp46 parmVarDecl(anyOf(hasType(pointerType(pointee(parenType(innerType( in registerMatchers()
48 hasType(memberPointerType(pointee(parenType(innerType( in registerMatchers()
H A DUseAutoCheck.cpp227 pointsTo(parenType(innerType(functionType())))))))))) in makeDeclWithNewMatcher()
H A DRedundantVoidArgCheck.cpp50 auto ParenFunctionType = parenType(innerType(functionType())); in registerMatchers()
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp935 parenType(innerType(functionType())))))))); in TEST()
940 parenType(innerType(functionType())))))), in TEST()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1656 matches("int (*array)[4];", varDecl(hasType(pointsTo(parenType()))))); in TEST_P()
1657 EXPECT_TRUE(notMatches("int *array[4];", varDecl(hasType(parenType())))); in TEST_P()
1661 varDecl(hasType(pointsTo(parenType(innerType(functionType()))))))); in TEST_P()
1664 varDecl(hasType(pointsTo(parenType(innerType(functionType()))))))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp522 REGISTER_MATCHER(parenType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1048 const AstTypeMatcher<ParenType> parenType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7013 extern const AstTypeMatcher<ParenType> parenType;