Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp109 const auto AppendCall = expr(ignoringImplicit(AppendCallExpr)); in addMatcher() local
119 anyOf(compoundStmt(statementCountIs(1), has(AppendCall)), AppendCall)); in addMatcher()
202 const CXXMemberCallExpr *AppendCall = in check() local
204 assert(AppendCall && "no append call expression"); in check()
244 AppendCall->getImplicitObjectArgument()->getSourceRange()), in check()
265 auto Diag = diag(AppendCall->getBeginLoc(), in check()
268 << AppendCall->getMethodDecl()->getDeclName(); in check()