Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp1177 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()
1679 Style->InheritsParentConfig = true; in getPredefinedStyle()
3548 if (Style.InheritsParentConfig) { in getStyle()
3557 if (!Style.InheritsParentConfig && in getStyle()
3570 if (!Style.InheritsParentConfig) in getStyle()
3582 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()
3585 if (!Style.InheritsParentConfig) in getStyle()
3590 Style.InheritsParentConfig = false; in getStyle()
3648 if (!Style.InheritsParentConfig) { in getStyle()
3661 Style.InheritsParentConfig = false; in getStyle()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h58 bool InheritsParentConfig; member