Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp105 const auto AppendCall = expr(ignoringImplicit(AppendCallExpr)); in AddMatcher() local
115 anyOf(compoundStmt(statementCountIs(1), has(AppendCall)), AppendCall)); in AddMatcher()
196 const CXXMemberCallExpr *AppendCall = in check() local
198 assert(AppendCall && "no append call expression"); in check()
238 AppendCall->getImplicitObjectArgument()->getSourceRange()), in check()
259 auto Diag = diag(AppendCall->getBeginLoc(), in check()
262 << AppendCall->getMethodDecl()->getDeclName(); in check()