Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
SkSL::InlineCandidate Struct Reference

Public Attributes

SymbolTablefSymbols
 
std::unique_ptr< Statement > * fParentStmt
 
std::unique_ptr< Statement > * fEnclosingStmt
 
std::unique_ptr< Expression > * fCandidateExpr
 
FunctionDefinitionfEnclosingFunction
 

Detailed Description

Definition at line 674 of file SkSLInliner.cpp.

Member Data Documentation

◆ fCandidateExpr

std::unique_ptr<Expression>* SkSL::InlineCandidate::fCandidateExpr

Definition at line 678 of file SkSLInliner.cpp.

◆ fEnclosingFunction

FunctionDefinition* SkSL::InlineCandidate::fEnclosingFunction

Definition at line 679 of file SkSLInliner.cpp.

◆ fEnclosingStmt

std::unique_ptr<Statement>* SkSL::InlineCandidate::fEnclosingStmt

Definition at line 677 of file SkSLInliner.cpp.

◆ fParentStmt

std::unique_ptr<Statement>* SkSL::InlineCandidate::fParentStmt

Definition at line 676 of file SkSLInliner.cpp.

◆ fSymbols

SymbolTable* SkSL::InlineCandidate::fSymbols

Definition at line 675 of file SkSLInliner.cpp.


The documentation for this struct was generated from the following file: