Home
last modified time | relevance | path

Searched defs:dumpASTString (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DASTTraverserTest.cpp104 template <typename... NodeType> std::string dumpASTString(NodeType &&... N) { in dumpASTString() function
118 std::string dumpASTString(TraversalKind TK, NodeType &&... N) { in dumpASTString() function