Home
last modified time | relevance | path

Searched defs:BasedOnStyle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestRawStrings.cpp78 FormatStyle getRawStringLLVMCppStyleBasedOn(std::string BasedOnStyle) { in getRawStringLLVMCppStyleBasedOn()
92 FormatStyle getRawStringGoogleCppStyleBasedOn(std::string BasedOnStyle) { in getRawStringGoogleCppStyleBasedOn()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2897 std::string BasedOnStyle; member
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp611 StringRef BasedOnStyle; in mapping() local