Home
last modified time | relevance | path

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

/external/clang/tools/clang-format/
DClangFormat.cpp67 FallbackStyle("fallback-style", variable
227 Style, (FileName == "-") ? AssumeFilename : FileName, FallbackStyle); in format()
298 FallbackStyle)); in main()
/external/clang/include/clang/Format/
DFormat.h522 StringRef FallbackStyle);
/external/clang/lib/Format/
DFormat.cpp2035 StringRef FallbackStyle) { in getStyle() argument
2038 if (!getPredefinedStyle(FallbackStyle, Style.Language, &Style)) { in getStyle()
2039 llvm::errs() << "Invalid fallback style \"" << FallbackStyle in getStyle()
2048 << FallbackStyle << " style\n"; in getStyle()
2055 llvm::errs() << "Invalid value for -style, using " << FallbackStyle in getStyle()
2108 llvm::errs() << "Can't find usable .clang-format, using " << FallbackStyle in getStyle()