Searched refs:InheritsParentConfig (Results 1 – 2 of 2) sorted by relevance
1177 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()
58 bool InheritsParentConfig; member