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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2309 bool IndentRequires;
3319 IndentRequires == R.IndentRequires && IndentWidth == R.IndentWidth &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp 2362 if (Style.IndentRequires && OriginalLevel != Line->Level) {
2425 if (Style.IndentRequires && OriginalLevel != Line->Level) {
2443 if (Style.IndentRequires) {
Format.cpp 632 IO.mapOptional("IndentRequires", Style.IndentRequires);
1021 LLVMStyle.IndentRequires = false;

Completed in 42 milliseconds