Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/zircon/
H A DTemporaryObjectsCheck.cpp40 cxxConstructExpr(hasParent(cxxFunctionalCastExpr()), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DDurationFactoryFloatCheck.cpp38 cxxFunctionalCastExpr(hasDestinationType( in registerMatchers()
H A DDurationConversionCastCheck.cpp30 cxxFunctionalCastExpr(hasSourceExpression(CallMatcher)) in registerMatchers()
H A DDurationRewriter.cpp173 "val", match(cxxFunctionalCastExpr( in isLiteralZero()
196 cxxFunctionalCastExpr( in stripFloatCast()
H A DDurationFactoryScaleCheck.cpp120 cxxFunctionalCastExpr( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp193 has(cxxFunctionalCastExpr(HasConstructExpr)))); in registerMatchers()
203 has(cxxFunctionalCastExpr(HasConstructExprWithValueTypeType))))); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp62 const auto FunctionalCastExpr = cxxFunctionalCastExpr(has(ImplicitCastExpr)); in charCastExpression()
H A DStringviewNullptrCheck.cpp87 makeRule(cxxFunctionalCastExpr(hasSourceExpression( in StringviewNullptrCheckImpl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp35 cxxFunctionalCastExpr(unless(hasDescendant(cxxConstructExpr())), in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1247 cxxFunctionalCastExpr())); in TEST_P()
1257 cxxFunctionalCastExpr())); in TEST_P()
1259 cxxFunctionalCastExpr())); in TEST_P()
H A DASTMatchersTraversalTest.cpp403 cxxFunctionalCastExpr(hasTypeLoc(loc(asString("int")))))); in TEST()
3749 hasReturnValue(cxxFunctionalCastExpr( in TEST()
3757 hasReturnValue(cxxFunctionalCastExpr( in TEST()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRangeSelectorTest.cpp481 Code, cxxFunctionalCastExpr(hasTypeLoc(typeLoc().bind(CtorTy)))); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp196 REGISTER_MATCHER(cxxFunctionalCastExpr); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp448 cxxFunctionalCastExpr(), Lang_CXX11)); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp978 cxxFunctionalCastExpr; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2667 cxxFunctionalCastExpr;