Home
last modified time | relevance | path

Searched refs:VarDeclName (Results 1 – 3 of 3) 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
99 varDecl(hasInitializer(DefaultConstructorCall)).bind(VarDeclName); in addMatcher()
101 declStmt(hasSingleDecl(equalsBoundNode(std::string(VarDeclName)))) in addMatcher()
H A DInefficientVectorOperationCheck.h38 StringRef VarDeclName, StringRef VarDeclStmtName,
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp530 const char *const VarDeclName = "variable-declaration"; in AST_MATCHER_P() local
532 allOf(to(varDecl().bind(VarDeclName)), in AST_MATCHER_P()
534 hasLHS(declRefExpr(to(varDecl(equalsBoundNode(VarDeclName))))), in AST_MATCHER_P()