Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dast.h362 struct BasicTypeExpression : TypeExpression { struct
364 BasicTypeExpression(SourcePosition pos, bool is_constexpr, std::string name) in BasicTypeExpression() function
366 bool is_constexpr;
367 std::string name;