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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2902 bool SpaceBeforeCaseColon;
3357 SpaceBeforeCaseColon == R.SpaceBeforeCaseColon &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 681 IO.mapOptional("SpaceBeforeCaseColon", Style.SpaceBeforeCaseColon);
1054 LLVMStyle.SpaceBeforeCaseColon = false;
TokenAnnotator.cpp 3336 return Style.SpaceBeforeCaseColon;

Completed in 22 milliseconds