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

  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 939 LLVMStyle.InheritsParentConfig = false;
1418 Style->InheritsParentConfig = true;
2996 if (Style.InheritsParentConfig)
3006 if (!Style.InheritsParentConfig && !StyleName.equals_lower("file")) {
3009 if (!Style.InheritsParentConfig)
3014 Style.InheritsParentConfig = false;
3065 if (!Style.InheritsParentConfig) {
3085 Style.InheritsParentConfig = false;
  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 59 bool InheritsParentConfig;

Completed in 22 milliseconds