Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td240 code ValueExtractor = "(extractMaskValue<unsigned, decltype("#value#"), "#value#">)";
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp530 static T extractMaskValue(T KeyPath) { in extractMaskValue() function