Home
last modified time | relevance | path

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

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