Searched refs:CurArg (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h224 /// \p CurArg The argument to be matched. It may be shorter than the
228 std::unique_ptr<Arg> accept(const ArgList &Args, StringRef CurArg,
232 std::unique_ptr<Arg> acceptInternal(const ArgList &Args, StringRef CurArg,
/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp234 std::unique_ptr<Arg> Option::accept(const ArgList &Args, StringRef CurArg, argument
238 ? std::make_unique<Arg>(*this, CurArg, Index)
239 : acceptInternal(Args, CurArg, Index));
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp847 ExprResult CurArg = local
850 if (CurArg.isInvalid())

Completed in 111 milliseconds