comma::SubroutineCall Member List
This is the complete list of members for
comma::SubroutineCall, including all inherited members.
arg_iterator typedef | comma::SubroutineCall | |
argExprIndex(Expr *expr) const | comma::SubroutineCall | [protected] |
arguments | comma::SubroutineCall | [protected] |
asAst() | comma::SubroutineCall | |
asAst() const | comma::SubroutineCall | |
asFunctionCall() | comma::SubroutineCall | |
asFunctionCall() const | comma::SubroutineCall | |
asProcedureCall() | comma::SubroutineCall | |
asProcedureCall() const | comma::SubroutineCall | |
begin_arguments() | comma::SubroutineCall | [inline] |
begin_arguments() const | comma::SubroutineCall | [inline] |
begin_connectives() | comma::SubroutineCall | [inline] |
begin_connectives() const | comma::SubroutineCall | [inline] |
begin_keys() | comma::SubroutineCall | [inline] |
begin_keys() const | comma::SubroutineCall | [inline] |
begin_positional() | comma::SubroutineCall | [inline] |
begin_positional() const | comma::SubroutineCall | [inline] |
classof(const Ast *node) | comma::SubroutineCall | [inline, static] |
classof(const FunctionCallExpr *node) | comma::SubroutineCall | [inline, static] |
classof(const ProcedureCallStmt *node) | comma::SubroutineCall | [inline, static] |
connective | comma::SubroutineCall | [protected] |
connective_iterator typedef | comma::SubroutineCall | |
const_arg_iterator typedef | comma::SubroutineCall | |
const_connective_iterator typedef | comma::SubroutineCall | |
const_key_iterator typedef | comma::SubroutineCall | |
containsConnective(SubroutineType *srTy) const | comma::SubroutineCall | [inline] |
denotesOperator() const | comma::SubroutineCall | |
end_arguments() | comma::SubroutineCall | [inline] |
end_arguments() const | comma::SubroutineCall | [inline] |
end_connectives() | comma::SubroutineCall | [inline] |
end_connectives() const | comma::SubroutineCall | [inline] |
end_keys() | comma::SubroutineCall | [inline] |
end_keys() const | comma::SubroutineCall | [inline] |
end_positional() | comma::SubroutineCall | [inline] |
end_positional() const | comma::SubroutineCall | [inline] |
getConnective(unsigned i) const | comma::SubroutineCall | [inline] |
getConnective(unsigned i) | comma::SubroutineCall | [inline] |
getConnective() | comma::SubroutineCall | [inline] |
getConnective() const | comma::SubroutineCall | [inline] |
getLocation() const =0 | comma::SubroutineCall | [pure virtual] |
getNumArgs() const | comma::SubroutineCall | [inline] |
getNumKeyedArgs() const | comma::SubroutineCall | [inline] |
getNumPositionalArgs() const | comma::SubroutineCall | [inline] |
isAbstractCall() const | comma::SubroutineCall | |
isaFunctionCall() const | comma::SubroutineCall | |
isAmbiguous() const | comma::SubroutineCall | [inline] |
isaProcedureCall() const | comma::SubroutineCall | |
isAttributeCall() const | comma::SubroutineCall | |
isCompatible(SubroutineDecl *decl) const | comma::SubroutineCall | [protected] |
isDirectCall() const | comma::SubroutineCall | |
isForeignCall() const | comma::SubroutineCall | |
isLocalCall() const | comma::SubroutineCall | |
isPrimitive() const | comma::SubroutineCall | [inline] |
isUnambiguous() const | comma::SubroutineCall | [inline] |
key_iterator typedef | comma::SubroutineCall | |
keyedArgs | comma::SubroutineCall | [protected] |
keyExprIndex(Expr *expr) const | comma::SubroutineCall | [protected] |
numConnectives() const | comma::SubroutineCall | [inline] |
numKeys | comma::SubroutineCall | [protected] |
numPositional | comma::SubroutineCall | [protected] |
resolveConnective(SubroutineDecl *connective) | comma::SubroutineCall | [virtual] |
setArgument(arg_iterator I, Expr *expr) | comma::SubroutineCall | |
setArgument(key_iterator I, Expr *expr) | comma::SubroutineCall | |
SubroutineCall(SubroutineRef *connective, Expr **positionalArgs, unsigned numPositional, KeywordSelector **keyedArgs, unsigned numKeys) | comma::SubroutineCall | |
SubroutineCall(SubroutineDecl *connective, Expr **positionalArgs, unsigned numPositional, KeywordSelector **keyedArgs, unsigned numKeys) | comma::SubroutineCall | |
~SubroutineCall() | comma::SubroutineCall | [virtual] |