Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp86 auto CurStyle = format::getStyle(Style, FilePath, "LLVM"); in formatAndApplyAllReplacements()
/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp267 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer()); in format()
381 clang::format::getStyle(Style, FileName, FallbackStyle, in main()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h2040 llvm::Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2335 llvm::Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName, in getStyle() function