Home
last modified time | relevance | path

Searched defs:IdentifierExpression (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Didentifier_expression.cc24 IdentifierExpression::IdentifierExpression(ProgramID pid, in IdentifierExpression() function in tint::ast::IdentifierExpression
Dcall_expression.h25 class IdentifierExpression; variable
/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.h30 class IdentifierExpression; variable
/third_party/node/deps/v8/src/torque/
Dast.h269 struct IdentifierExpression : LocationExpression { struct
278 IdentifierExpression(SourcePosition pos, Identifier* name, argument
281 bool IsThis() const { return name->value == kThisParameterName; } in IsThis()
283 void VisitAllSubExpressions(VisitCallback callback) override { in VisitAllSubExpressions()
287 std::vector<std::string> namespace_qualification;
288 Identifier* name;
289 std::vector<TypeExpression*> generic_arguments;
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h50 class IdentifierExpression; variable