Searched refs:hasDestinationType (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | DurationFactoryFloatCheck.cpp | 34 hasArgument(0, anyOf(cxxStaticCastExpr(hasDestinationType( in registerMatchers() 36 cStyleCastExpr(hasDestinationType( in registerMatchers() 38 cxxFunctionalCastExpr(hasDestinationType( in registerMatchers()
|
| H A D | DurationRewriter.cpp | 174 hasDestinationType( in isLiteralZero() 191 hasDestinationType(realFloatingPointType()), in stripFloatCast() 194 hasDestinationType(realFloatingPointType()), in stripFloatCast() 197 hasDestinationType(realFloatingPointType()), in stripFloatCast()
|
| H A D | DurationFactoryScaleCheck.cpp | 121 hasDestinationType( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerSizeEmptyCheck.cpp | 66 explicitCastExpr(hasDestinationType(booleanType())), in AST_MATCHER() 72 explicitCastExpr(hasDestinationType(booleanType())))), in AST_MATCHER()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | MisplacedWideningCastCheck.cpp | 37 const auto ExplicitCast = explicitCastExpr(hasDestinationType(isInteger()), in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 419 hasDestinationType(nonConstReferenceType())))) in findCastMutation() 431 hasDestinationType(nonConstReferenceType())), in findCastMutation()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | RedundantVoidArgCheck.cpp | 58 hasDestinationType(pointsTo(ParenFunctionType)); in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 306 REGISTER_MATCHER(hasDestinationType); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5819 AST_MATCHER_P(ExplicitCastExpr, hasDestinationType, in AST_MATCHER_P() argument
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 2150 cxxStaticCastExpr(hasDestinationType( in TEST()
|