Searched refs:getRelativeName (Results 1 – 1 of 1) sorted by relevance
151 std::string getRelativeName(const NamedDecl *ND,153 std::string getRelativeName(const NamedDecl *ND) const;358 SyntaxTree::Impl::getRelativeName(const NamedDecl *ND, in getRelativeName() function in clang::diff::SyntaxTree::Impl379 std::string SyntaxTree::Impl::getRelativeName(const NamedDecl *ND) const { in getRelativeName() function in clang::diff::SyntaxTree::Impl380 return getRelativeName(ND, ND->getDeclContext()); in getRelativeName()426 return getRelativeName(V) + "(" + V->getType().getAsString(TypePP) + ")"; in getDeclValue()428 Value += getRelativeName(N) + ";"; in getDeclValue()452 return getRelativeName(M->getMemberDecl()); in getStmtValue()464 return getRelativeName(D->getDecl(), getEnclosingDeclContext(AST, S)); in getStmtValue()