Home
last modified time | relevance | path

Searched refs:kFunctionDeclaration (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/include/private/
H A DSkSLSymbol.h24 kFunctionDeclaration, member in SkSL::Symbol::Kind
/third_party/skia/src/sksl/ir/
H A DSkSLFieldAccess.cpp28 case Symbol::Kind::kFunctionDeclaration: { in Convert()
H A DSkSLFunctionDeclaration.h38 inline static constexpr Kind kSymbolKind = Kind::kFunctionDeclaration;
H A DSkSLSymbolTable.cpp19 case Symbol::Kind::kFunctionDeclaration: in GetFunctions()
H A DSkSLFunctionDeclaration.cpp249 case Symbol::Kind::kFunctionDeclaration: in find_existing_declaration()
/third_party/skia/src/sksl/
H A 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()
H A DSkSLDehydrator.cpp147 case Symbol::Kind::kFunctionDeclaration: { in write()
H A DSkSLCompiler.cpp460 case Symbol::Kind::kFunctionDeclaration: { in convertIdentifier()
/third_party/node/deps/v8/src/ast/
H A Dast.h423 : Declaration(pos, kFunctionDeclaration), fun_(fun) {} in FunctionDeclaration()

Completed in 12 milliseconds