Searched defs:FunctionReference (Results 1 – 1 of 1) sorted by relevance
21 struct FunctionReference : public Expression { struct22 FunctionReference(const Context& context, int offset, in FunctionReference() argument32 return std::unique_ptr<Expression>(new FunctionReference(fOffset, fFunctions, &fType)); in clone() argument44 FunctionReference(int offset, std::vector<const FunctionDeclaration*> function, in FunctionReference() function