Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp93 StringRef VarDeclStmtName, const DeclarationMatcher &AppendMethodDecl, in addMatcher() argument
106 callee(AppendMethodDecl), on(hasType(TargetRecordDecl)), in addMatcher()
163 const auto AppendMethodDecl = in registerMatchers() local
166 AppendMethodDecl, PushBackOrEmplaceBackCallName, Finder); in registerMatchers()
H A DInefficientVectorOperationCheck.h39 const ast_matchers::DeclarationMatcher &AppendMethodDecl,