Home
last modified time | relevance | path

Searched refs:parseConfiguration (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1848 friend std::error_code parseConfiguration(StringRef Text, FormatStyle *Style);
1898 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp975 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { in parseConfiguration() function
2351 if (std::error_code ec = parseConfiguration(StyleName, &Style)) in getStyle()
2401 parseConfiguration(Text.get()->getBuffer(), &Style)) { in getStyle()