Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp26 constexpr llvm::StringLiteral DestVarDeclName = "DestVarDecl"; variable
52 if (const auto *DestVD = Result.Nodes.getNodeAs<VarDecl>(DestVarDeclName)) in getDestCapacityExpr()
638 to(anyOf(varDecl(CharTyArray).bind(DestVarDeclName), in registerMatchers()
639 varDecl(hasInitializer(AnyOfDestInit)).bind(DestVarDeclName)))); in registerMatchers()
643 declRefExpr(to(varDecl(AnyOfCharTy).bind(DestVarDeclName)), in registerMatchers()
655 equalsBoundNode(std::string(DestVarDeclName)))))), in registerMatchers()