Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoring.cpp88 auto CurStyle = format::getStyle(Style, FilePath, "LLVM"); in formatAndApplyAllReplacements()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp398 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format()
490 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3642 llvm::Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2973 llvm::Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName, in getStyle() function