Searched refs:InheritsParentConfig (Results 1 – 2 of 2) sorted by relevance
1520 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()1970 Style->InheritsParentConfig = true; in getPredefinedStyle()4003 if (!Style.InheritsParentConfig) in getStyle()4015 if (!Style.InheritsParentConfig && in getStyle()4029 if (!Style.InheritsParentConfig) in getStyle()4041 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()4044 if (!Style.InheritsParentConfig) in getStyle()4053 Style.InheritsParentConfig = false; in getStyle()4111 if (!Style.InheritsParentConfig) { in getStyle()4122 Style.InheritsParentConfig = false; in getStyle()
59 bool InheritsParentConfig; member