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

  /external/clang/include/clang/Format/
Format.h 154 unsigned SpacesBeforeTrailingComments;
462 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
  /external/clang/lib/Format/
Format.cpp 234 IO.mapOptional("SpacesBeforeTrailingComments",
235 Style.SpacesBeforeTrailingComments);
369 LLVMStyle.SpacesBeforeTrailingComments = 1;
411 GoogleStyle.SpacesBeforeTrailingComments = 2;
427 GoogleStyle.SpacesBeforeTrailingComments = 1;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 4807 milliseconds