Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp88 const DeclarationMatcher &TargetRecordDecl, StringRef VarDeclName, in AddMatcher() argument
92 hasType(TargetRecordDecl), in AddMatcher()
102 callee(AppendMethodDecl), on(hasType(TargetRecordDecl)), in AddMatcher()
DInefficientVectorOperationCheck.h37 void AddMatcher(const ast_matchers::DeclarationMatcher &TargetRecordDecl,