Home
last modified time | relevance | path

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

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