Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h811 Argument* getArg(unsigned i) const { in getArg() function
H A DDebugInfoMetadata.h2626 uint64_t getArg(unsigned I) const { return Op[I + 1]; } in getArg() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1611 Expr *getArg(unsigned Arg) { in getArg() function
1615 const Expr *getArg(unsigned Arg) const { in getArg() function
2717 TypeSourceInfo *getArg(unsigned I) const { in getArg() function
3504 Expr *getArg(unsigned I) { in getArg() function
3509 const Expr *getArg(unsigned I) const { in getArg() function
H A DExprObjC.h1385 Expr *getArg(unsigned Arg) { in getArg() function
1389 const Expr *getArg(unsigned Arg) const { in getArg() function
H A DExpr.h2923 Expr *getArg(unsigned Arg) { in getArg() function
2927 const Expr *getArg(unsigned Arg) const { in getArg() function
H A DDecl.h139 StringRef getArg() const { return getTrailingObjects<char>(); } in getArg() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp61 unsigned getArg() const { return Arg; } in getArg() function in __anon47288a980111::ImmCheck
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1243 Init *getArg(unsigned i) const { in getArg() function
1348 Init *getArg(unsigned Num) const { in getArg() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h469 ArgsUnion getArg(unsigned Arg) const { in getArg() function