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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 1723 bool BreakBeforeConceptDeclarations;
3284 BreakBeforeConceptDeclarations == R.BreakBeforeConceptDeclarations &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 567 IO.mapOptional("BreakBeforeConceptDeclarations",
568 Style.BreakBeforeConceptDeclarations);
968 LLVMStyle.BreakBeforeConceptDeclarations = true;
TokenAnnotator.cpp 3627 return Style.BreakBeforeConceptDeclarations;

Completed in 20 milliseconds