Searched refs:getRelativeName (Results 1 – 1 of 1) sorted by relevance
152 std::string getRelativeName(const NamedDecl *ND,154 std::string getRelativeName(const NamedDecl *ND) const;359 SyntaxTree::Impl::getRelativeName(const NamedDecl *ND, in getRelativeName() function in clang::diff::SyntaxTree::Impl380 std::string SyntaxTree::Impl::getRelativeName(const NamedDecl *ND) const { in getRelativeName() function in clang::diff::SyntaxTree::Impl381 return getRelativeName(ND, ND->getDeclContext()); in getRelativeName()427 return getRelativeName(V) + "(" + V->getType().getAsString(TypePP) + ")"; in getDeclValue()429 Value += getRelativeName(N) + ";"; in getDeclValue()453 return getRelativeName(M->getMemberDecl()); in getStmtValue()465 return getRelativeName(D->getDecl(), getEnclosingDeclContext(AST, S)); in getStmtValue()