Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationFactoryFloatCheck.cpp34 hasArgument(0, anyOf(cxxStaticCastExpr(hasDestinationType( in registerMatchers()
36 cStyleCastExpr(hasDestinationType( in registerMatchers()
38 cxxFunctionalCastExpr(hasDestinationType( in registerMatchers()
DDurationRewriter.cpp174 hasDestinationType( in IsLiteralZero()
191 hasDestinationType(realFloatingPointType()), in stripFloatCast()
194 hasDestinationType(realFloatingPointType()), in stripFloatCast()
197 hasDestinationType(realFloatingPointType()), in stripFloatCast()
DDurationFactoryScaleCheck.cpp121 hasDestinationType( in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedWideningCastCheck.cpp37 const auto ExplicitCast = explicitCastExpr(hasDestinationType(isInteger()), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DContainerSizeEmptyCheck.cpp55 hasParent(explicitCastExpr(hasDestinationType(booleanType()))))); in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp60 hasDestinationType(pointsTo(ParenFunctionType)); in registerMatchers()
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp413 hasDestinationType(nonConstReferenceType())))) in findCastMutation()
425 hasDestinationType(nonConstReferenceType())), in findCastMutation()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp223 REGISTER_MATCHER(hasDestinationType); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp282 REGISTER_MATCHER(hasDestinationType); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1065 cxxStaticCastExpr(hasDestinationType( in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3706 AST_MATCHER_P(ExplicitCastExpr, hasDestinationType, in AST_MATCHER_P() argument
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5329 AST_MATCHER_P(ExplicitCastExpr, hasDestinationType, in AST_MATCHER_P() argument
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1703 cxxStaticCastExpr(hasDestinationType( in TEST()