Home
last modified time | relevance | path

Searched refs:InheritsParentConfig (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormat.cpp1299 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()
1819 Style->InheritsParentConfig = true; in getPredefinedStyle()
3762 if (Style.InheritsParentConfig) { in getStyle()
3771 if (!Style.InheritsParentConfig && in getStyle()
3784 if (!Style.InheritsParentConfig) in getStyle()
3796 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()
3799 if (!Style.InheritsParentConfig) in getStyle()
3804 Style.InheritsParentConfig = false; in getStyle()
3862 if (!Style.InheritsParentConfig) { in getStyle()
3875 Style.InheritsParentConfig = false; in getStyle()
/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h59 bool InheritsParentConfig; member