Home
last modified time | relevance | path

Searched defs:arg_begin (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h793 arg_iterator arg_begin() { in arg_begin() function
797 const_arg_iterator arg_begin() const { in arg_begin() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h646 const_arg_iterator arg_begin() const { return getArgsBuffer() + 1; } in arg_begin() function
648 arg_iterator arg_begin() { return getArgsBuffer() + 1; } in arg_begin() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h175 const_arg_iterator arg_begin() const { in arg_begin() function
1461 arg_iterator arg_begin() { return reinterpret_cast<Stmt **>(getArgs()); } in arg_begin() function
1467 const_arg_iterator arg_begin() const { in arg_begin() function
H A DExprCXX.h1597 arg_iterator arg_begin() { return getTrailingArgs(); } in arg_begin() function
1599 const_arg_iterator arg_begin() const { return getTrailingArgs(); } in arg_begin() function
3491 arg_iterator arg_begin() { return getTrailingObjects<Expr *>(); } in arg_begin() function
3498 const_arg_iterator arg_begin() const { return getTrailingObjects<Expr *>(); } in arg_begin() function
H A DExpr.h2965 arg_iterator arg_begin() { in arg_begin() function
2970 const_arg_iterator arg_begin() const { in arg_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h986 inline const_case_iterator arg_begin() const { return getConds().begin(); } in arg_begin() function
1379 inline const_arg_iterator arg_begin() const { return getArgs().begin(); } in arg_begin() function