Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp89 StringRef VarDeclStmtName, const DeclarationMatcher &AppendMethodDecl, in AddMatcher() argument
102 callee(AppendMethodDecl), on(hasType(TargetRecordDecl)), in AddMatcher()
157 const auto AppendMethodDecl = in registerMatchers() local
160 AppendMethodDecl, PushBackOrEmplaceBackCallName, Finder); in registerMatchers()
DInefficientVectorOperationCheck.h39 const ast_matchers::DeclarationMatcher &AppendMethodDecl,