Home
last modified time | relevance | path

Searched refs:cStyleCastExpr (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DDurationDivisionCheck.cpp33 unless(hasParent(cStyleCastExpr())), in registerMatchers()
H A DDurationFactoryFloatCheck.cpp36 cStyleCastExpr(hasDestinationType( in registerMatchers()
H A DDurationConversionCastCheck.cpp29 cStyleCastExpr(hasSourceExpression(CallMatcher)).bind("cast_expr"), in registerMatchers()
H A DDurationRewriter.cpp193 cStyleCastExpr( in stripFloatCast()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeCstyleCastCheck.cpp34 cStyleCastExpr(unless(isInTemplateInstantiation())).bind("cast"), this); in registerMatchers()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp106 cStyleCastExpr( in checkASTCodeBody()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp60 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression()
H A DStringviewNullptrCheck.cpp102 cStyleCastExpr( in StringviewNullptrCheckImpl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DStaticAssertCheck.cpp37 IsAlwaysFalse, cStyleCastExpr(has(ignoringParenImpCasts(IsAlwaysFalse))) in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp25 cStyleCastExpr( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp60 cStyleCastExpr(CastDestinationIsFunction).bind(CStyleCastId), this); in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp157 REGISTER_MATCHER(cStyleCastExpr); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1295 EXPECT_TRUE(matches("int i = (int) 2.2f;", cStyleCastExpr())); in TEST_P()
1308 cStyleCastExpr())); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp971 cStyleCastExpr; variable
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp557 cStyleCastExpr(hasSourceExpression(vaArgExpr()))))); in TEST_P()
605 cStyleCastExpr(has(cxxDependentScopeMemberExpr()))))); in TEST_P()
614 cStyleCastExpr(has(cxxDependentScopeMemberExpr()))))); in TEST_P()
2964 has(cStyleCastExpr(has(dependentScopeDeclRefExpr()))))))))); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2610 cStyleCastExpr;