Home
last modified time | relevance | path

Searched refs:hasDestinationType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DDurationFactoryFloatCheck.cpp34 hasArgument(0, anyOf(cxxStaticCastExpr(hasDestinationType( in registerMatchers()
36 cStyleCastExpr(hasDestinationType( in registerMatchers()
38 cxxFunctionalCastExpr(hasDestinationType( in registerMatchers()
H A DDurationRewriter.cpp174 hasDestinationType( in isLiteralZero()
191 hasDestinationType(realFloatingPointType()), in stripFloatCast()
194 hasDestinationType(realFloatingPointType()), in stripFloatCast()
197 hasDestinationType(realFloatingPointType()), in stripFloatCast()
H A DDurationFactoryScaleCheck.cpp121 hasDestinationType( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DContainerSizeEmptyCheck.cpp66 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 DMisplacedWideningCastCheck.cpp37 const auto ExplicitCast = explicitCastExpr(hasDestinationType(isInteger()), in registerMatchers()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp419 hasDestinationType(nonConstReferenceType())))) in findCastMutation()
431 hasDestinationType(nonConstReferenceType())), in findCastMutation()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp58 hasDestinationType(pointsTo(ParenFunctionType)); in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp306 REGISTER_MATCHER(hasDestinationType); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5819 AST_MATCHER_P(ExplicitCastExpr, hasDestinationType, in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2150 cxxStaticCastExpr(hasDestinationType( in TEST()