Searched refs:InheritsParentConfig (Results 1 – 2 of 2) sorted by relevance
1613 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()2073 Style->InheritsParentConfig = true; in getPredefinedStyle()4245 if (!Style.InheritsParentConfig) in getStyle()4259 if (!Style.InheritsParentConfig && in getStyle()4273 if (!Style.InheritsParentConfig) in getStyle()4285 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()4288 if (!Style.InheritsParentConfig) in getStyle()4297 Style.InheritsParentConfig = false; in getStyle()4355 if (!Style.InheritsParentConfig) { in getStyle()4366 Style.InheritsParentConfig = false; in getStyle()
59 bool InheritsParentConfig; member