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.cpp1613 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()
2073 Style->InheritsParentConfig = true; in getPredefinedStyle()
4245 if (!Style.InheritsParentConfig) in getStyle()
4259 if (!Style.InheritsParentConfig && in getStyle()
4273 if (!Style.InheritsParentConfig) in getStyle()
4285 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()
4288 if (!Style.InheritsParentConfig) in getStyle()
4297 Style.InheritsParentConfig = false; in getStyle()
4355 if (!Style.InheritsParentConfig) { in getStyle()
4366 Style.InheritsParentConfig = false; in getStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h59 bool InheritsParentConfig; member