Home
last modified time | relevance | path

Searched refs:getOwnsValues (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
DArg.h103 bool getOwnsValues() const { return OwnsValues; } in getOwnsValues() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
DOption.cpp273 UnaliasedA->setOwnsValues(RawA->getOwnsValues()); in accept()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp1047 Copy->setOwnsValues(Opt->getOwnsValues()); in BuildCompilation()