Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationDivisionCheck.cpp33 unless(hasParent(cStyleCastExpr())), in registerMatchers()
DDurationFactoryFloatCheck.cpp36 cStyleCastExpr(hasDestinationType( in registerMatchers()
DDurationConversionCastCheck.cpp29 cStyleCastExpr(hasSourceExpression(CallMatcher)).bind("cast_expr"), in registerMatchers()
DDurationRewriter.cpp193 cStyleCastExpr( in stripFloatCast()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DOSObjectCStyleCast.cpp73 auto CastM = cStyleCastExpr( in checkASTCodeBody()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeCstyleCastCheck.cpp34 cStyleCastExpr(unless(isInTemplateInstantiation())).bind("cast"), this); in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidCStyleCastsCheck.cpp25 cStyleCastExpr( in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DStaticAssertCheck.cpp37 IsAlwaysFalse, cStyleCastExpr(has(ignoringParenImpCasts(IsAlwaysFalse))) in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp62 cStyleCastExpr(CastDestinationIsFunction).bind(CStyleCastId), this); in registerMatchers()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp130 REGISTER_MATCHER(cStyleCastExpr); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp936 EXPECT_TRUE(matches("int i = (int) 2.2f;", cStyleCastExpr())); in TEST()
946 cStyleCastExpr())); in TEST()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp154 REGISTER_MATCHER(cStyleCastExpr); in RegistryMaps()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1284 EXPECT_TRUE(matches("int i = (int) 2.2f;", cStyleCastExpr())); in TEST_P()
1297 cStyleCastExpr())); in TEST_P()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp931 cStyleCastExpr; variable
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp496 cStyleCastExpr(hasSourceExpression(vaArgExpr()))))); in TEST_P()
535 cStyleCastExpr(has(cxxDependentScopeMemberExpr()))))); in TEST_P()
544 cStyleCastExpr(has(cxxDependentScopeMemberExpr()))))); in TEST_P()
2753 has(cStyleCastExpr(has(dependentScopeDeclRefExpr()))))))))); in TEST_P()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1872 CStyleCastExpr> cStyleCastExpr; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h2506 cStyleCastExpr;