Searched refs:StrVariableName (Results 1 – 2 of 2) sorted by relevance
35 StringRef StrVariableName;40 StringMatcher(StringRef StrVariableName, ArrayRef<StringPair> Matches, in StringMatcher() argument42 : StrVariableName(StrVariableName), Matches(Matches), OS(OS) {} in StringMatcher()
90 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '" in EmitStringMatcherForChar()96 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo in EmitStringMatcherForChar()108 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n"; in EmitStringMatcherForChar()141 OS.indent(Indent*2+2) << "switch (" << StrVariableName << ".size()) {\n"; in Emit()