Home
last modified time | relevance | path

Searched refs:kFunctionDeclaration (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/
DSkSLRehydrator.cpp229 SkASSERT(f && f->kind() == Symbol::Kind::kFunctionDeclaration); in symbol()
276 Symbol::Kind::kFunctionDeclaration); in element()
361 Symbol::Kind::kFunctionDeclaration); in statement()
484 Symbol::Kind::kFunctionDeclaration); in expression()
DSkSLDehydrator.cpp147 case Symbol::Kind::kFunctionDeclaration: { in write()
DSkSLCompiler.cpp460 case Symbol::Kind::kFunctionDeclaration: { in convertIdentifier()
/third_party/skia/include/private/
DSkSLSymbol.h24 kFunctionDeclaration, enumerator
/third_party/skia/src/sksl/ir/
DSkSLFunctionDeclaration.h38 inline static constexpr Kind kSymbolKind = Kind::kFunctionDeclaration;
DSkSLFieldAccess.cpp28 case Symbol::Kind::kFunctionDeclaration: { in Convert()
DSkSLSymbolTable.cpp19 case Symbol::Kind::kFunctionDeclaration: in GetFunctions()
DSkSLFunctionDeclaration.cpp249 case Symbol::Kind::kFunctionDeclaration: in find_existing_declaration()