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()
292 FallbackStyle)); in main()
/external/clang/lib/Format/
DFormat.cpp1558 StringRef FallbackStyle) { in getStyle() argument
1561 if (!getPredefinedStyle(FallbackStyle, Style.Language, &Style)) { in getStyle()
1562 llvm::errs() << "Invalid fallback style \"" << FallbackStyle in getStyle()
1571 << FallbackStyle << " style\n"; in getStyle()
1578 llvm::errs() << "Invalid value for -style, using " << FallbackStyle in getStyle()
1631 llvm::errs() << "Can't find usable .clang-format, using " << FallbackStyle in getStyle()
/external/clang/include/clang/Format/
DFormat.h587 StringRef FallbackStyle);