Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp157 std::string getDeclValue(const Decl *D) const;
417 return getDeclValue(D); in getNodeValue()
423 std::string SyntaxTree::Impl::getDeclValue(const Decl *D) const { in getDeclValue() function in clang::diff::SyntaxTree::Impl