HomeSort by: relevance | last modified time | path
    Searched defs:getArgument (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DiffLog.cpp 27 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; }
  /src/external/bsd/zstd/dist/contrib/pzstd/
Options.cpp 43 const char *getArgument(const char *options, const char **argv, int &i,
209 const char *optionArgument = getArgument(options, argv, i, argc);
229 const char *optionArgument = getArgument(options, argv, i, argc);
  /src/external/bsd/elftosb/dist/common/
Operation.h 71 inline uint32_t getArgument() { return m_argument; }
EncoreBootImage.h 658 inline uint32_t getArgument() const { return m_argument; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h 507 const TemplateArgument &getArgument() const {
ExprCXX.h 2439 Expr *getArgument() { return cast<Expr>(Argument); }
2440 const Expr *getArgument() const { return cast<Expr>(Argument); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 1841 const TemplateArgument &getArgument(const TemplateArgument &A) { return A; }
1843 static const TemplateArgument &getArgument(const TemplateArgumentLoc &A) {
1844 return A.getArgument();
1855 const TemplateArgument::ArgKind &Kind = A.getArgument().getKind();
1858 return A.getArgument().print(PP, OS, IncludeType);
1986 Ctx, Arg, TTPD->getDefaultArgument().getArgument(), Args, Depth);
2007 OrigArgs.push_back(getArgument(A));
2009 isSubstitutedDefaultArgument(Ctx, getArgument(Args.back()),
2025 const TemplateArgument &Argument = getArgument(Arg);
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 992 inline ASTNode * getArgument() { return m_arg; }

Completed in 51 milliseconds