Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp152 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::Impl
380 std::string SyntaxTree::Impl::getRelativeName(const NamedDecl *ND) const { in getRelativeName() function in clang::diff::SyntaxTree::Impl
381 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()