Searched refs:InheritsParentConfig (Results 1 – 2 of 2) sorted by relevance
1299 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()1819 Style->InheritsParentConfig = true; in getPredefinedStyle()3762 if (Style.InheritsParentConfig) { in getStyle()3771 if (!Style.InheritsParentConfig && in getStyle()3784 if (!Style.InheritsParentConfig) in getStyle()3796 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()3799 if (!Style.InheritsParentConfig) in getStyle()3804 Style.InheritsParentConfig = false; in getStyle()3862 if (!Style.InheritsParentConfig) { in getStyle()3875 Style.InheritsParentConfig = false; in getStyle()
59 bool InheritsParentConfig; member