HomeSort by relevance Sort by last modified time
    Searched refs:getLLVMStyle (Results 1 - 6 of 6) sorted by null

  /external/clang/unittests/Format/
FormatTest.cpp 37 const FormatStyle &Style = getLLVMStyle(),
57 FormatStyle Style = getLLVMStyle();
69 const FormatStyle &Style = getLLVMStyle()) {
74 const FormatStyle &Style = getLLVMStyle()) {
90 const FormatStyle &Style = getLLVMStyle()) {
223 getLLVMStyle()));
298 FormatStyle AllowsMergedIf = getLLVMStyle();
349 FormatStyle AllowsMergedLoops = getLLVMStyle();
372 FormatStyle AllowSimpleBracedStatements = getLLVMStyle();
541 FormatStyle NoBinPacking = getLLVMStyle();
    [all...]
FormatTestSelective.cpp 37 FormatStyle Style = getLLVMStyle();
SortIncludesTest.cpp 43 FormatStyle Style = getLLVMStyle();
CleanupTest.cpp 25 const FormatStyle &Style = getLLVMStyle()) {
111 FormatStyle Style = getLLVMStyle();
288 FormatStyle Style = getLLVMStyle();
  /external/clang/include/clang/Format/
Format.h 717 FormatStyle getLLVMStyle();
832 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
    [all...]
  /external/clang/lib/Format/
Format.cpp 487 FormatStyle getLLVMStyle() {
574 FormatStyle GoogleStyle = getLLVMStyle();
649 FormatStyle MozillaStyle = getLLVMStyle();
671 FormatStyle Style = getLLVMStyle();
691 FormatStyle Style = getLLVMStyle();
705 FormatStyle NoStyle = getLLVMStyle();
714 *Style = getLLVMStyle();
    [all...]

Completed in 68 milliseconds