Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h46 StringRef getTypeLabel() const;
/src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp688 StringRef Node::getTypeLabel() const { return getType().asStringRef(); } in getTypeLabel() function in clang::diff::Node