Searched refs:RecipType (Results 1 – 1 of 1) sorted by relevance
2120 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local2123 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()2124 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()2127 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()2129 RecipType = RecipType.substr(1); in getOpEnabled()2131 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()2174 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local2177 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()2180 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()2181 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()