Searched defs:AddFlagValue (Results 1 – 2 of 2) sorted by relevance
1008 struct AddFlagValue { struct1009 explicit AddFlagValue(StringRef V) : Val(V) {} in AddFlagValue() argument1018 const AddFlagValue V) { argument
1328 struct AddFlagValue { struct1331 explicit AddFlagValue(StringRef V) : Val(V) {} in AddFlagValue() function