Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1404 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()
1946 Style->InheritsParentConfig = true; in getPredefinedStyle()
3955 if (!Style.InheritsParentConfig) in getStyle()
3967 if (!Style.InheritsParentConfig && in getStyle()
3980 if (!Style.InheritsParentConfig) in getStyle()
3992 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()
3995 if (!Style.InheritsParentConfig) in getStyle()
4004 Style.InheritsParentConfig = false; in getStyle()
4060 if (!Style.InheritsParentConfig) { in getStyle()
4071 Style.InheritsParentConfig = false; in getStyle()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h59 bool InheritsParentConfig; member