Searched refs:RecipType (Results 1 – 1 of 1) sorted by relevance
1779 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local1782 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()1783 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()1786 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()1788 RecipType = RecipType.substr(1); in getOpEnabled()1790 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()1833 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local1836 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()1839 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()1840 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()