Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2025 auto getSelfIndent = [](int K) -> Twine { in __anon51bf6f8c0902() local
2031 llvm::errs() << Indent + getSelfIndent(Kind) << Id << ": " << os.str() << ", "