Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp939 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()
1418 Style->InheritsParentConfig = true; in getPredefinedStyle()
2996 if (Style.InheritsParentConfig) in getStyle()
3006 if (!Style.InheritsParentConfig && !StyleName.equals_lower("file")) { in getStyle()
3009 if (!Style.InheritsParentConfig) in getStyle()
3014 Style.InheritsParentConfig = false; in getStyle()
3065 if (!Style.InheritsParentConfig) { in getStyle()
3085 Style.InheritsParentConfig = false; in getStyle()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h59 bool InheritsParentConfig; member