Home
last modified time | relevance | path

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

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