Searched defs:BaseArg (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/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 | 252 Arg *DerivedArgList::MakeFlagArg(const Arg *BaseArg, const Option Opt) const { in MakeFlagArg() argument 259 Arg *DerivedArgList::MakePositionalArg(const Arg *BaseArg, const Option Opt, in MakePositionalArg() 268 Arg *DerivedArgList::MakeSeparateArg(const Arg *BaseArg, const Option Opt, in MakeSeparateArg() 277 Arg *DerivedArgList::MakeJoinedArg(const Arg *BaseArg, const Option Opt, in MakeJoinedArg()
|
| /src/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | Arg.h | 41 const Arg *BaseArg; variable 103 void setBaseArg(const Arg *BaseArg) { this->BaseArg = BaseArg; } in setBaseArg()
|
| H A D | ArgList.h | 500 void AddFlagArg(const Arg *BaseArg, const Option Opt) { in AddFlagArg() 507 void AddPositionalArg(const Arg *BaseArg, const Option Opt, in AddPositionalArg() 515 void AddSeparateArg(const Arg *BaseArg, const Option Opt, in AddSeparateArg() 522 void AddJoinedArg(const Arg *BaseArg, const Option Opt, in AddJoinedArg()
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 1024 unsigned BaseArg = 0; in main() local
|
| /src/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 988 const Arg *BaseArg) { in appendOneArg() 1045 const Arg *BaseArg = &Opt->getBaseArg(); in readConfigFile() local 1237 const Arg *BaseArg = &Opt->getBaseArg(); in BuildCompilation() local
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 3827 ExprResult RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, in RebuildObjCIvarRefExpr() 3847 ExprResult RebuildObjCPropertyRefExpr(Expr *BaseArg, in RebuildObjCPropertyRefExpr() 3882 ExprResult RebuildObjCIsaExpr(Expr *BaseArg, SourceLocation IsaLoc, in RebuildObjCIsaExpr()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1121 CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType()); in ExpandTypeToArgs() local
|
| H A D | CGOpenMPRuntime.cpp | 9086 ImplicitParamDecl BaseArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitUserDefinedMapper() local
|