Home
last modified time | relevance | path

Searched defs:getArg (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h784 Argument* getArg(unsigned i) const { in getArg() function
H A DDebugInfoMetadata.h2683 uint64_t getArg(unsigned I) const { return Op[I + 1]; } in getArg() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h1385 Expr *getArg(unsigned Arg) { in getArg() function
1389 const Expr *getArg(unsigned Arg) const { in getArg() function
H A DExprCXX.h1669 Expr *getArg(unsigned Arg) { in getArg() function
1673 const Expr *getArg(unsigned Arg) const { in getArg() function
2792 TypeSourceInfo *getArg(unsigned I) const { in getArg() function
3577 Expr *getArg(unsigned I) { in getArg() function
3582 const Expr *getArg(unsigned I) const { in getArg() function
H A DExpr.h3003 Expr *getArg(unsigned Arg) { in getArg() function
3007 const Expr *getArg(unsigned Arg) const { in getArg() function
H A DDecl.h163 StringRef getArg() const { return getTrailingObjects<char>(); } in getArg() function
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp61 unsigned getArg() const { return Arg; } in getArg() function in __anon5066fa640111::ImmCheck
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1330 Init *getArg(unsigned i) const { in getArg() function
1435 Init *getArg(unsigned Num) const { in getArg() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h494 ArgsUnion getArg(unsigned Arg) const { in getArg() function