Searched refs:hasDestinationType (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | DurationFactoryFloatCheck.cpp | 34 hasArgument(0, anyOf(cxxStaticCastExpr(hasDestinationType( in registerMatchers() 36 cStyleCastExpr(hasDestinationType( in registerMatchers() 38 cxxFunctionalCastExpr(hasDestinationType( in registerMatchers()
|
D | DurationRewriter.cpp | 174 hasDestinationType( in IsLiteralZero() 191 hasDestinationType(realFloatingPointType()), in stripFloatCast() 194 hasDestinationType(realFloatingPointType()), in stripFloatCast() 197 hasDestinationType(realFloatingPointType()), in stripFloatCast()
|
D | DurationFactoryScaleCheck.cpp | 121 hasDestinationType( in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | MisplacedWideningCastCheck.cpp | 37 const auto ExplicitCast = explicitCastExpr(hasDestinationType(isInteger()), in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | ContainerSizeEmptyCheck.cpp | 55 hasParent(explicitCastExpr(hasDestinationType(booleanType()))))); in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | RedundantVoidArgCheck.cpp | 60 hasDestinationType(pointsTo(ParenFunctionType)); in registerMatchers()
|
/external/llvm-project/clang/lib/Analysis/ |
D | ExprMutationAnalyzer.cpp | 413 hasDestinationType(nonConstReferenceType())))) in findCastMutation() 425 hasDestinationType(nonConstReferenceType())), in findCastMutation()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 223 REGISTER_MATCHER(hasDestinationType); in RegistryMaps()
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 282 REGISTER_MATCHER(hasDestinationType); in RegistryMaps()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 1065 cxxStaticCastExpr(hasDestinationType( in TEST()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3706 AST_MATCHER_P(ExplicitCastExpr, hasDestinationType, in AST_MATCHER_P() argument
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5329 AST_MATCHER_P(ExplicitCastExpr, hasDestinationType, in AST_MATCHER_P() argument
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 1703 cxxStaticCastExpr(hasDestinationType( in TEST()
|