Home
last modified time | relevance | path

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

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