Searched refs:RecipType (Results 1 – 1 of 1) sorted by relevance
2088 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local2091 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()2092 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()2095 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()2097 RecipType = RecipType.substr(1); in getOpEnabled()2099 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()2142 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local2145 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()2148 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()2149 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()