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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1404 LLVMStyle.InheritsParentConfig = false;
1946 Style->InheritsParentConfig = true;
3955 if (!Style.InheritsParentConfig)
3967 if (!Style.InheritsParentConfig &&
3980 if (!Style.InheritsParentConfig)
3992 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) {
3995 if (!Style.InheritsParentConfig)
4004 Style.InheritsParentConfig = false;
4060 if (!Style.InheritsParentConfig) {
4071 Style.InheritsParentConfig
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h59 bool InheritsParentConfig; member in struct:clang::format::FormatStyle

Completed in 70 milliseconds