Home
last modified time | relevance | path

Searched defs:getArgs (Results 1 – 8 of 8) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DASequenceExpression.java38 public LinkedList<PExpression> getArgs() in getArgs() method in ASequenceExpression
DAFunctionExpression.java68 public LinkedList<PExpression> getArgs() in getArgs() method in AFunctionExpression
/external/clang/include/clang/Driver/
DArgList.h126 arglist_type &getArgs() { return Args; } in getArgs() function
127 const arglist_type &getArgs() const { return Args; } in getArgs() function
DCompilation.h74 const DerivedArgList &getArgs() const { return *TranslatedArgs; } in getArgs() function
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFunctionMultiArgs.java47 public Expression[] getArgs() in getArgs() method in FunctionMultiArgs
/external/clang/include/clang/AST/
DExprObjC.h795 Expr **getArgs() { in getArgs() function
798 const Expr * const *getArgs() const { in getArgs() function
DExprCXX.h880 Expr **getArgs() const { return reinterpret_cast<Expr **>(Args); } in getArgs() function
DExpr.h1917 Expr **getArgs() { in getArgs() function