Searched refs:CurArg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | Option.h | 228 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 D | Option.cpp | 234 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 D | ParseOpenACC.cpp | 847 ExprResult CurArg = in ParseOpenACCWaitArgument() local 850 if (CurArg.isInvalid()) in ParseOpenACCWaitArgument()
|