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 538 unsigned SpacesBeforeTrailingComments;
657 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
  /external/clang/lib/Format/
Format.cpp 322 IO.mapOptional("SpacesBeforeTrailingComments",
323 Style.SpacesBeforeTrailingComments);
517 LLVMStyle.SpacesBeforeTrailingComments = 1;
562 GoogleStyle.SpacesBeforeTrailingComments = 2;
578 GoogleStyle.SpacesBeforeTrailingComments = 1;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 38 milliseconds