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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 3004 bool SpaceInEmptyBlock;
3366 SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 693 IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock);
1045 LLVMStyle.SpaceInEmptyBlock = false;
1342 Style.SpaceInEmptyBlock = true;
UnwrappedLineFormatter.cpp 624 Tok->SpacesRequiredBefore = Style.SpaceInEmptyBlock ? 1 : 0;

Completed in 23 milliseconds