Searched defs:getArg (Results 1 – 14 of 14) sorted by relevance
76 public ASTIdent getArg(int i) { return args[i]; } in getArg() method in Function
471 KernelArg* getArg(size_t index ) { return m_args[index]; } in getArg() function473 const KernelArg* getArg(size_t index) const { return m_args[index]; } in getArg() function
137 public Expression getArg(int n) { in getArg() method in FuncExtFunction
654 TemplateSpecializationType::getArg(unsigned Idx) const { in getArg() function660 DependentTemplateSpecializationType::getArg(unsigned Idx) const { in getArg() function
1288 Expr *getArg(unsigned Arg) { in getArg() function1292 const Expr *getArg(unsigned Arg) const { in getArg() function2320 TypeSourceInfo *getArg(unsigned I) const { in getArg() function3088 Expr *getArg(unsigned I) { in getArg() function3093 const Expr *getArg(unsigned I) const { in getArg() function
2217 Expr *getArg(unsigned Arg) { in getArg() function2221 const Expr *getArg(unsigned Arg) const { in getArg() function
134 StringRef getArg() const { return getTrailingObjects<char>(); } in getArg() function
1157 Init *getArg(unsigned i) const { in getArg() function1253 Init *getArg(unsigned Num) const { in getArg() function
413 ArgsUnion getArg(unsigned Arg) const { in getArg() function
1990 std::unique_ptr<Expression> IRGenerator::getArg(int offset, String name) const { in getArg() function in SkSL::IRGenerator
2254 std::unique_ptr<Expression> IRGenerator::getArg(int offset, String name) const { in getArg() function in SkSL::IRGenerator
442 Operand *getArg(SizeT I) const { return getSrc(I + 1); } in getArg() function
1143 Init *getArg(unsigned Num) const { in getArg() function
409 ArgEffect getArg(unsigned idx) const { in getArg() function in __anona848a03c0211::RetainSummary