Searched defs:BaseArg (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/ |
H A D | Arg.cpp | 21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg() 26 const Arg *BaseArg) in Arg() 33 const char *Value1, const Arg *BaseArg) in Arg()
|
H A D | ArgList.cpp | 242 Arg *DerivedArgList::MakeFlagArg(const Arg *BaseArg, const Option Opt) const { in MakeFlagArg() argument 249 Arg *DerivedArgList::MakePositionalArg(const Arg *BaseArg, const Option Opt, in MakePositionalArg() 258 Arg *DerivedArgList::MakeSeparateArg(const Arg *BaseArg, const Option Opt, in MakeSeparateArg() 267 Arg *DerivedArgList::MakeJoinedArg(const Arg *BaseArg, const Option Opt, in MakeJoinedArg()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
H A D | Arg.h | 41 const Arg *BaseArg; variable 96 void setBaseArg(const Arg *BaseArg) { this->BaseArg = BaseArg; } in setBaseArg()
|
H A D | ArgList.h | 472 void AddFlagArg(const Arg *BaseArg, const Option Opt) { in AddFlagArg() 479 void AddPositionalArg(const Arg *BaseArg, const Option Opt, in AddPositionalArg() 487 void AddSeparateArg(const Arg *BaseArg, const Option Opt, in AddSeparateArg() 494 void AddJoinedArg(const Arg *BaseArg, const Option Opt, in AddJoinedArg()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 954 unsigned BaseArg = 0; in main() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 1048 auto appendOneArg = [&Args](const Arg *Opt, const Arg *BaseArg) { in BuildCompilation() 1064 const Arg *BaseArg = &Opt->getBaseArg(); in BuildCompilation() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 3509 ExprResult RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, in RebuildObjCIvarRefExpr() 3529 ExprResult RebuildObjCPropertyRefExpr(Expr *BaseArg, in RebuildObjCPropertyRefExpr() 3564 ExprResult RebuildObjCIsaExpr(Expr *BaseArg, SourceLocation IsaLoc, in RebuildObjCIsaExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1088 CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType()); in ExpandTypeToArgs() local
|
H A D | CGOpenMPRuntime.cpp | 9698 ImplicitParamDecl BaseArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitUserDefinedMapper() local
|