Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp158 std::string getDeclValue(const Decl *D) const;
418 return getDeclValue(D); in getNodeValue()
424 std::string SyntaxTree::Impl::getDeclValue(const Decl *D) const { in getDeclValue() function in clang::diff::SyntaxTree::Impl