Searched refs:ReflowComments (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h502 bool ReflowComments; member in struct:clang::format::FormatStyle
/external/clang/lib/Format/
H A DContinuationIndenter.cpp1079 if (!Style.ReflowComments ||
1088 if (!Style.ReflowComments ||
H A DFormat.cpp315 IO.mapOptional("ReflowComments", Style.ReflowComments);
520 LLVMStyle.ReflowComments = true;
/external/clang/unittests/Format/
H A DFormatTest.cpp1202 Style.ReflowComments = false;
9741 CHECK_PARSE_BOOL(ReflowComments);

Completed in 88 milliseconds