Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptParser.td112 code ValueExtractor = "extractForwardValue";
213 code ValueExtractor = "(extractMaskValue<unsigned, decltype("#value#"), "#value#">)";
241 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DOptParserEmitter.cpp78 StringRef ValueExtractor; member in MarshallingInfo
128 OS << ValueExtractor; in emit()
182 Ret.ValueExtractor = R.getValueAsString("ValueExtractor"); in createMarshallingInfo()