HomeSort by: relevance | last modified time | path
    Searched refs:ACS_Consecutive (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 101 ACS_Consecutive,
123 /// * ``ACS_Consecutive`` (in configuration: ``Consecutive``)
137 /// Same as ACS_Consecutive, but also spans over empty lines, e.g.
149 /// Same as ACS_Consecutive, but also spans over lines only containing
164 /// Same as ACS_Consecutive, but also spans over lines only containing
191 /// * ``ACS_Consecutive`` (in configuration: ``Consecutive``)
205 /// Same as ACS_Consecutive, but also spans over empty lines, e.g.
217 /// Same as ACS_Consecutive, but also spans over lines only containing
232 /// Same as ACS_Consecutive, but also spans over lines only containing
260 /// * ``ACS_Consecutive`` (in configuration: ``Consecutive``
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 134 IO.enumCase(Value, "Consecutive", FormatStyle::ACS_Consecutive);
141 IO.enumCase(Value, "true", FormatStyle::ACS_Consecutive);

Completed in 61 milliseconds