Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp455 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format()
573 Expected<clang::format::FormatStyle> FormatStyle = clang::format::getStyle( in dumpConfig()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5434 getStyle(StringRef StyleName, StringRef FileName, StringRef FallbackStyle,
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3982 Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName, in getStyle() function