Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DFunction.h43 Argument *getArg(unsigned Idx) const { in getArg() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h884 Argument* getArg(unsigned i) const { in getArg() function
H A DDebugInfoMetadata.h3387 uint64_t getArg(unsigned I) const { return Op[I + 1]; } in getArg() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1389 Expr *getArg(unsigned Arg) { in getArg() function
1393 const Expr *getArg(unsigned Arg) const { in getArg() function
H A DExprCXX.h1691 Expr *getArg(unsigned Arg) { in getArg() function
1695 const Expr *getArg(unsigned Arg) const { in getArg() function
2941 TypeSourceInfo *getArg(unsigned I) const { in getArg() function
3758 Expr *getArg(unsigned I) { in getArg() function
3763 const Expr *getArg(unsigned I) const { in getArg() function
H A DExpr.h3079 Expr *getArg(unsigned Arg) { in getArg() function
3083 const Expr *getArg(unsigned Arg) const { in getArg() function
H A DDecl.h189 StringRef getArg() const { return getTrailingObjects(); } in getArg() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1355 const ArgumentInit *getArg(unsigned i) const { return args()[i]; } in getArg() function
1475 const Init *getArg(unsigned Num) const { return getArgs()[Num]; } in getArg() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h374 ArgsUnion getArg(unsigned Arg) const { in getArg() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1403 uint16_t getArg() const { return getReloc() >> 14; } in getArg() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1288 Node *getArg() { return Arg; } in getArg() function