Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptParser.td213 code ValueExtractor = "(extractMaskValue<unsigned, decltype("#value#"), "#value#">)";
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp406 static T extractMaskValue(T KeyPath) { in extractMaskValue() function