Home
last modified time | relevance | path

Searched refs:InputArgList (Results 1 – 13 of 13) sorted by relevance

/external/llvm/unittests/Option/
DOptionParsingTest.cpp70 std::unique_ptr<InputArgList> AL( in TEST()
114 std::unique_ptr<InputArgList> AL; in TEST()
145 std::unique_ptr<InputArgList> AL( in TEST()
155 std::unique_ptr<InputArgList> AL( in TEST()
167 std::unique_ptr<InputArgList> AL( in TEST()
178 std::unique_ptr<InputArgList> AL( in TEST()
189 std::unique_ptr<InputArgList> AL( in TEST()
201 std::unique_ptr<InputArgList> AL( in TEST()
/external/clang/include/clang/Driver/
DCompilation.h21 class InputArgList; variable
42 llvm::opt::InputArgList *Args;
77 llvm::opt::InputArgList *Args,
85 const llvm::opt::InputArgList &getInputArgs() const { return *Args; } in getInputArgs()
DDriver.h33 class InputArgList; variable
190 TranslateInputArgs(const llvm::opt::InputArgList &Args) const;
265 llvm::opt::InputArgList *ParseArgStrings(ArrayRef<const char *> Args);
DToolChain.h27 class InputArgList; variable
/external/llvm/include/llvm/Option/
DArgList.h302 class InputArgList : public ArgList {
322 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
323 ~InputArgList() override;
350 const InputArgList &BaseArgs;
357 DerivedArgList(const InputArgList &BaseArgs);
368 const InputArgList &getBaseArgs() const { in getBaseArgs()
DOptTable.h21 class InputArgList; variable
155 InputArgList *ParseArgs(const char* const *ArgBegin,
/external/llvm/lib/Option/
DArgList.cpp321 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() function in InputArgList
327 InputArgList::~InputArgList() { in ~InputArgList()
333 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
343 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex()
352 const char *InputArgList::MakeArgStringRef(StringRef Str) const { in MakeArgStringRef()
358 DerivedArgList::DerivedArgList(const InputArgList &BaseArgs) in DerivedArgList()
DOptTable.cpp250 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin, in ParseArgs()
256 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd); in ParseArgs()
/external/clang/lib/Driver/
DCompilation.cpp26 InputArgList *_Args, DerivedArgList *_TranslatedArgs) in Compilation()
DDriver.cpp109 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgStrings) { in ParseArgStrings()
118 InputArgList *Args = getOpts().ParseArgs(ArgStrings.begin(), ArgStrings.end(), in ParseArgStrings()
206 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const { in TranslateInputArgs()
317 InputArgList *Args = ParseArgStrings(ArgList.slice(1)); in BuildCompilation()
/external/clang/tools/driver/
Ddriver.cpp339 std::unique_ptr<InputArgList> Args(Opts->ParseArgs( in CreateAndPopulateDiagOpts()
Dcc1as_main.cpp164 std::unique_ptr<InputArgList> Args( in CreateFromArgs()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1845 std::unique_ptr<InputArgList> Args( in CreateFromArgs()