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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 3025 /// SpacesBeforeTrailingComments: 3
3032 unsigned SpacesBeforeTrailingComments;
3368 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 695 IO.mapOptional("SpacesBeforeTrailingComments",
696 Style.SpacesBeforeTrailingComments);
1038 LLVMStyle.SpacesBeforeTrailingComments = 1;
1171 GoogleStyle.SpacesBeforeTrailingComments = 2;
1187 GoogleStyle.SpacesBeforeTrailingComments = 1;
TokenAnnotator.cpp 2485 Current->SpacesRequiredBefore = Style.SpacesBeforeTrailingComments;

Completed in 78 milliseconds