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

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
IncludeStyle.h 41 /// ``IncludeCategories``.
55 /// See documentation of ``IncludeCategories``.
103 /// IncludeCategories:
116 std::vector<IncludeCategory> IncludeCategories;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
HeaderIncludes.cpp 193 for (const auto &Category : Style.IncludeCategories) {
213 Ret = Style.IncludeCategories[i].Priority;
226 Ret = Style.IncludeCategories[i].SortPriority;
228 Ret = Style.IncludeCategories[i].Priority;
281 for (const auto &Category : Style.IncludeCategories)
  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 3308 IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 622 IO.mapOptional("IncludeCategories", Style.IncludeStyle.IncludeCategories);
1010 LLVMStyle.IncludeStyle.IncludeCategories = {
1116 GoogleStyle.IncludeStyle.IncludeCategories = {{"^<ext/.*\\.h>", 2, 0, false},

Completed in 21 milliseconds