Searched refs:RecipType (Results 1 – 1 of 1) sorted by relevance
2178 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local2181 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()2182 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()2185 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()2187 RecipType = RecipType.substr(1); in getOpEnabled()2189 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()2232 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local2235 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()2238 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()2239 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()