Searched refs:InheritsParentConfig (Results 1 – 2 of 2) sorted by relevance
1404 LLVMStyle.InheritsParentConfig = false; in getLLVMStyle()1946 Style->InheritsParentConfig = true; in getPredefinedStyle()3955 if (!Style.InheritsParentConfig) in getStyle()3967 if (!Style.InheritsParentConfig && in getStyle()3980 if (!Style.InheritsParentConfig) in getStyle()3992 if (!Style.InheritsParentConfig && !StyleName.equals_insensitive("file")) { in getStyle()3995 if (!Style.InheritsParentConfig) in getStyle()4004 Style.InheritsParentConfig = false; in getStyle()4060 if (!Style.InheritsParentConfig) { in getStyle()4071 Style.InheritsParentConfig = false; in getStyle()
59 bool InheritsParentConfig; member