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 151 unsigned SpacesBeforeTrailingComments;
404 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
  /external/clang/lib/Format/
Format.cpp 215 IO.mapOptional("SpacesBeforeTrailingComments",
216 Style.SpacesBeforeTrailingComments);
342 LLVMStyle.SpacesBeforeTrailingComments = 1;
382 GoogleStyle.SpacesBeforeTrailingComments = 2;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 353 milliseconds