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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2928 bool SpaceBeforeInheritanceColon;
3361 SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 686 IO.mapOptional("SpaceBeforeInheritanceColon",
687 Style.SpaceBeforeInheritanceColon);
1056 LLVMStyle.SpaceBeforeInheritanceColon = true;
TokenAnnotator.cpp 3326 if (Right.is(TT_InheritanceColon) && !Style.SpaceBeforeInheritanceColon)

Completed in 89 milliseconds