Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoring.cpp85 auto CurStyle = format::getStyle(Style, FilePath, "LLVM"); in formatAndApplyAllReplacements()
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp444 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format()
564 clang::format::getStyle(Style, in dumpConfig()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5192 llvm::Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName,
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3934 llvm::Expected<FormatStyle> getStyle(StringRef StyleName, StringRef FileName, in getStyle() function