Searched refs:ignoringElidableConstructorCall (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | FasterStrsplitDelimiterCheck.cpp | 66 auto StringViewArg = ignoringElidableConstructorCall(ignoringImpCasts( in registerMatchers() 73 expr(has(ignoringElidableConstructorCall( in registerMatchers()
|
| H A D | DurationUnnecessaryConversionCheck.cpp | 33 auto FactoryMatcher = ignoringElidableConstructorCall( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | NoAutomaticMoveCheck.cpp | 49 ignoringElidableConstructorCall(ignoringParenImpCasts( in registerMatchers()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | SourceCodeBuildersTest.cpp | 100 0, ignoringElidableConstructorCall(expr().bind("arg"))))))); in testPredicateOnArg()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 2188 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 D | Registry.cpp | 376 REGISTER_MATCHER(ignoringElidableConstructorCall); in RegistryMaps()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | EasilySwappableParametersCheck.cpp | 1502 return expr(ignoringParenImpCasts(ignoringElidableConstructorCall( in AST_MATCHER_FUNCTION()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 8231 AST_MATCHER_P(Expr, ignoringElidableConstructorCall, in AST_MATCHER_P() argument
|