Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp92 const DeclarationMatcher &TargetRecordDecl, StringRef VarDeclName, in addMatcher() argument
96 hasType(TargetRecordDecl), in addMatcher()
106 callee(AppendMethodDecl), on(hasType(TargetRecordDecl)), in addMatcher()
H A DInefficientVectorOperationCheck.h37 void addMatcher(const ast_matchers::DeclarationMatcher &TargetRecordDecl,