Searched refs:RecipType (Results 1 – 1 of 1) sorted by relevance
2146 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local2149 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()2150 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()2153 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()2155 RecipType = RecipType.substr(1); in getOpEnabled()2157 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()2200 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local2203 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()2206 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()2207 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()