Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DRefactoring.cpp88 auto CurStyle = format::getStyle(Style, FilePath, "LLVM"); in formatAndApplyAllReplacements()
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp442 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format()
567 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4595 llvm::Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName,
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3739 llvm::Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName, in getStyle() function