Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h502 bool ReflowComments; member
/external/clang/lib/Format/
DContinuationIndenter.cpp1079 if (!Style.ReflowComments || in breakProtrudingToken()
1088 if (!Style.ReflowComments || in breakProtrudingToken()
DFormat.cpp315 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()
520 LLVMStyle.ReflowComments = true; in getLLVMStyle()
/external/clang/unittests/Format/
DFormatTest.cpp1202 Style.ReflowComments = false; in TEST_F()
9741 CHECK_PARSE_BOOL(ReflowComments); in TEST_F()