Home
last modified time | relevance | path

Searched refs:strVariableName (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
DStringMatcher.h41 StringMatcher(StringRef strVariableName, in StringMatcher() argument
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {} in StringMatcher()