Home
last modified time | relevance | path

Searched defs:FunctionDeclaration (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLFunctionDeclaration.h23 struct FunctionDeclaration : public Symbol { struct
24 FunctionDeclaration(Position position, SkString name, in FunctionDeclaration() argument
44 bool matches(const FunctionDeclaration& f) const { in matches() argument
70 bool determineFinalTypes(const std::vector<std::unique_ptr<Expression>>& arguments, in determineFinalTypes()
103 mutable bool fDefined;
104 bool fBuiltin;
105 const std::vector<const Variable*> fParameters;
106 const Type& fReturnType;
108 typedef Symbol INHERITED;
/external/v8/src/ast/
Dast.h551 FunctionDeclaration(VariableProxy* proxy, FunctionLiteral* fun, Scope* scope, in FunctionDeclaration() function