Home
last modified time | relevance | path

Searched refs:ignoringElidableConstructorCall (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DFasterStrsplitDelimiterCheck.cpp66 auto StringViewArg = ignoringElidableConstructorCall(ignoringImpCasts( in registerMatchers()
73 expr(has(ignoringElidableConstructorCall( in registerMatchers()
H A DDurationUnnecessaryConversionCheck.cpp33 auto FactoryMatcher = ignoringElidableConstructorCall( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DNoAutomaticMoveCheck.cpp49 ignoringElidableConstructorCall(ignoringParenImpCasts( in registerMatchers()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeBuildersTest.cpp100 0, ignoringElidableConstructorCall(expr().bind("arg"))))))); in testPredicateOnArg()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2188 0, ignoringElidableConstructorCall(callExpr()))))), in TEST()
2198 1, callExpr(hasArgument(0, ignoringElidableConstructorCall( in TEST()
2208 ignoringElidableConstructorCall(callExpr()), in TEST()
2209 exprWithCleanups(has(ignoringElidableConstructorCall(callExpr())))))), in TEST()
2214 auto matcher = expr(ignoringElidableConstructorCall(declRefExpr())); in TEST()
2234 ignoringElidableConstructorCall(cxxConstructExpr()))), in TEST()
2242 expr(ignoringElidableConstructorCall(integerLiteral())), in TEST()
2248 varDecl(hasInitializer(ignoringElidableConstructorCall(callExpr()))); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp376 REGISTER_MATCHER(ignoringElidableConstructorCall); in RegistryMaps()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1502 return expr(ignoringParenImpCasts(ignoringElidableConstructorCall( in AST_MATCHER_FUNCTION()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8231 AST_MATCHER_P(Expr, ignoringElidableConstructorCall, in AST_MATCHER_P() argument