Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp151 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::Impl
379 std::string SyntaxTree::Impl::getRelativeName(const NamedDecl *ND) const { in getRelativeName() function in clang::diff::SyntaxTree::Impl
380 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()