Home
last modified time | relevance | path

Searched defs:ArgumentConsumer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h171 using ArgumentConsumer = llvm::function_ref<void(const Twine &)>; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp278 using ArgumentConsumer = CompilerInvocation::ArgumentConsumer; typedef