Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DMutatingCopyCheck.cpp19 static constexpr llvm::StringLiteral SourceDeclName = "ChangedPVD"; variable
26 declRefExpr(to(decl(equalsBoundNode(std::string(SourceDeclName)))))); in registerMatchers()
60 0, parmVarDecl(hasType(lValueReferenceType())).bind(SourceDeclName)), in registerMatchers()