Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1520 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()
1970 Style->InheritsParentConfig = true; in getPredefinedStyle()
4003 if (!Style.InheritsParentConfig) in getStyle()
4015 if (!Style.InheritsParentConfig && in getStyle()
4029 if (!Style.InheritsParentConfig) in getStyle()
4041 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()
4044 if (!Style.InheritsParentConfig) in getStyle()
4053 Style.InheritsParentConfig = false; in getStyle()
4111 if (!Style.InheritsParentConfig) { in getStyle()
4122 Style.InheritsParentConfig = false; in getStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h59 bool InheritsParentConfig; member