Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h228 std::unique_ptr<Arg> accept(const ArgList &Args, StringRef CurArg,
232 std::unique_ptr<Arg> acceptInternal(const ArgList &Args, StringRef CurArg,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp234 std::unique_ptr<Arg> Option::accept(const ArgList &Args, StringRef CurArg, in accept() argument
238 ? std::make_unique<Arg>(*this, CurArg, Index) in accept()
239 : acceptInternal(Args, CurArg, Index)); in accept()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp847 ExprResult CurArg = in ParseOpenACCWaitArgument() local
850 if (CurArg.isInvalid()) in ParseOpenACCWaitArgument()