Flutter Engine
The Flutter Engine
|
#include <SkSLFunctionPrototype.h>
Public Member Functions | |
FunctionPrototype (Position pos, const FunctionDeclaration *declaration, bool builtin) | |
const FunctionDeclaration & | declaration () const |
bool | isBuiltin () const |
std::string | description () const override |
Public Member Functions inherited from SkSL::ProgramElement | |
ProgramElement (Position pos, Kind kind) | |
Kind | kind () const |
Public Member Functions inherited from SkSL::IRNode | |
virtual | ~IRNode () |
virtual std::string | description () const =0 |
IRNode (const IRNode &)=delete | |
IRNode & | operator= (const IRNode &)=delete |
Position | position () const |
void | setPosition (Position p) |
template<typename T > | |
bool | is () const |
template<typename T > | |
const T & | as () const |
template<typename T > | |
T & | as () |
Static Public Attributes | |
static constexpr Kind | kIRNodeKind = Kind::kFunctionPrototype |
Additional Inherited Members | |
Public Types inherited from SkSL::ProgramElement | |
using | Kind = ProgramElementKind |
Static Public Member Functions inherited from SkSL::Poolable | |
static void * | operator new (const size_t size) |
static void | operator delete (void *ptr) |
Public Attributes inherited from SkSL::IRNode | |
Position | fPosition |
Protected Member Functions inherited from SkSL::IRNode | |
IRNode (Position position, int kind) | |
Protected Attributes inherited from SkSL::IRNode | |
int | fKind |
A function prototype (a function declaration as a top-level program element)
Definition at line 20 of file SkSLFunctionPrototype.h.
|
inline |
Definition at line 24 of file SkSLFunctionPrototype.h.
|
inline |
Definition at line 29 of file SkSLFunctionPrototype.h.
|
inlineoverridevirtual |
Implements SkSL::IRNode.
Definition at line 37 of file SkSLFunctionPrototype.h.
|
inline |
Definition at line 33 of file SkSLFunctionPrototype.h.
|
inlinestaticconstexpr |
Definition at line 22 of file SkSLFunctionPrototype.h.