Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td130 code ValueExtractor = "extractForwardValue";
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp525 template <typename T> static T extractForwardValue(T KeyPath) { in extractForwardValue() function