Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h247 bool parseSimpleArgs(const llvm::opt::ArgList &Args,
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3782 bool CompilerInvocation::parseSimpleArgs(const ArgList &Args, in parseSimpleArgs() function in CompilerInvocation
3836 Success &= Res.parseSimpleArgs(Args, Diags); in CreateFromArgs()