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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h333 llvm::error_code parseConfiguration(StringRef Text, FormatStyle *Style);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp335 llvm::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { function in namespace:clang::format
1418 if (llvm::error_code ec = parseConfiguration(StyleName, &Style)) {
1462 if (llvm::error_code ec = parseConfiguration(Text->getBuffer(), &Style)) {

Completed in 71 milliseconds