Searched refs:explicitCastExpr (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | IntegerDivisionCheck.cpp | 30 callExpr(IntType), explicitCastExpr(IntType), UnaryOperators); in registerMatchers()
|
| H A D | MisplacedWideningCastCheck.cpp | 37 const auto ExplicitCast = explicitCastExpr(hasDestinationType(isInteger()), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | ProBoundsArrayToPointerDecayCheck.cpp | 61 unless(hasParentIgnoringImpCasts(explicitCastExpr())), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseBoolLiteralsCheck.cpp | 37 anyOf(hasParent(explicitCastExpr().bind("cast")), anything()))), in registerMatchers()
|
| H A D | UseNullptrCheck.cpp | 51 explicitCastExpr(hasDescendant(ImplicitCastToNull))), in makeCastSequenceMatcher() 52 unless(hasAncestor(explicitCastExpr())), in makeCastSequenceMatcher()
|
| H A D | UseAutoCheck.cpp | 233 unless(has(varDecl(unless(hasInitializer(explicitCastExpr())))))) in makeDeclWithCastMatcher()
|
| H A D | LoopConvertCheck.cpp | 275 explicitCastExpr(hasSourceExpression(ignoringParenImpCasts( in makePseudoArrayLoopMatcher()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 315 explicitCastExpr(allOf(hasType(SuspiciousScalarBooleanTypeM), in checkASTCodeBody() 319 explicitCastExpr(allOf(hasType(SuspiciousScalarNumberTypeM), in checkASTCodeBody()
|
| /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()
|
| H A D | ImplicitBoolConversionCheck.cpp | 267 hasParent(explicitCastExpr()))); in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 418 explicitCastExpr( in findCastMutation() 430 anyOf(explicitCastExpr( in findCastMutation()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 237 REGISTER_MATCHER(explicitCastExpr); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 973 explicitCastExpr; variable
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 453 explicitCastExpr(hasTypeLoc(loc(asString("int")))))); in TEST() 455 explicitCastExpr(hasTypeLoc(loc(asString("int")))))); in TEST() 4658 traverse(TK_AsIs, explicitCastExpr(hasSourceExpression( in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2634 explicitCastExpr;
|