Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp199 static const char *selectionKindToString(SourceSelectionKind Kind) { in selectionKindToString() function
225 OS << ' ' << selectionKindToString(Node.SelectionKind) << "\n"; in dump()