Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h127 std::string dumpTokens(const SourceManager &SM) const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp210 yaml::dumpTokens(Buf.getBuffer(), outs()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h68 bool dumpTokens(StringRef Input, raw_ostream &);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTree.cpp257 std::string syntax::Node::dumpTokens(const SourceManager &SM) const { in dumpTokens() function in syntax::Node
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp586 bool yaml::dumpTokens(StringRef Input, raw_ostream &OS) { in dumpTokens() function in yaml