Home
last modified time | relevance | path

Searched defs:const (Results 751 - 775 of 2335) sorted by relevance

1...<<31323334353637383940>>...94

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DstringLiteral.h37 const util::StringView &Str() const in Str() argument
47 bool operator==(const StringLiteral &other) const in operator ==() argument
[all...]
H A DregExpLiteral.cpp26 void RegExpLiteral::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
28 void RegExpLiteral::Dump(ir::AstDumper *dumper) const in Dump() argument
33 void RegExpLiteral::Compile(compiler::PandaGen *pg) const in Compile() argument
57 checker::Type *RegExpLiteral::Check(checker::Checker *checker) const in Check() argument
H A DstringLiteral.cpp26 void StringLiteral::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
28 void StringLiteral::Dump(ir::AstDumper *dumper) const in Dump() argument
33 void StringLiteral::Compile(compiler::PandaGen *pg) const in Compile() argument
38 checker::Type *StringLiteral::Check(checker::Checker *checker) const in Check() argument
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportSpecifier.h41 const Identifier *Local() const in Local() argument
46 const Identifier *Exported() const in Exported() argument
51 bool IsType() const in IsType() argument
[all...]
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DreturnStatement.cpp29 void ReturnStatement::Iterate(const NodeTraverser &cb) const in Iterate() argument
36 void ReturnStatement::Dump(ir::AstDumper *dumper) const in Dump() argument
41 void ReturnStatement::Compile(compiler::PandaGen *pg) const in Compile() argument
66 checker::Type *ReturnStatement::Check(checker::Checker *checker) const in Check() argument
H A DswitchCaseStatement.h41 const Expression *Test() const in Test() argument
46 const ArenaVector<Statement *> &Consequent() const in Consequent() argument
[all...]
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsConstructorType.cpp28 void TSConstructorType::Iterate(const NodeTraverser &cb) const in Iterate() argument
41 void TSConstructorType::Dump(ir::AstDumper *dumper) const in Dump() argument
50 void TSConstructorType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() argument
52 checker::Type *TSConstructorType::Check(checker::Checker *checker) const in Check() argument
65 checker::Type *TSConstructorType::GetType(checker::Checker *checker) const in GetType() argument
H A DtsClassImplements.h41 const Expression *Expr() const in Expr() argument
46 const TSTypeParameterInstantiation *TypeParameters() const in TypeParameters() argument
[all...]
H A DtsEnumMember.h41 const Expression *Key() const in Key() argument
46 const Expression *Init() const in Init() argument
[all...]
H A DtsTypeLiteral.cpp28 void TSTypeLiteral::Iterate(const NodeTraverser &cb) const in Iterate() argument
35 void TSTypeLiteral::Dump(ir::AstDumper *dumper) const in Dump() argument
40 void TSTypeLiteral::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() argument
42 checker::Type *TSTypeLiteral::Check(checker::Checker *checker) const in Check() argument
54 checker::Type *TSTypeLiteral::GetType(checker::Checker *checker) const in GetType() argument
H A DtsTupleType.h41 const ArenaVector<Expression *> &ElementType() const in ElementType() argument
H A DtsTypeAssertion.h39 const Expression *TypeAnnotation() const in TypeAnnotation() argument
44 const Expression *GetExpression() const in GetExpression() argument
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DarrayType.cpp23 void ArrayType::ToString(std::stringstream &ss) const in ToString() argument
58 TypeFacts ArrayType::GetTypeFacts() const in GetTypeFacts() argument
H A DbigintLiteralType.h30 const util::StringView &Value() const in Value() argument
35 bool Negative() const in Negative() argument
H A DbigintLiteralType.cpp20 void BigintLiteralType::ToString(std::stringstream &ss) const in ToString() argument
25 void BigintLiteralType::ToStringAsSrc(std::stringstream &ss) const in ToStringAsSrc() argument
41 TypeFacts BigintLiteralType::GetTypeFacts() const in GetTypeFacts() argument
H A DbooleanLiteralType.cpp20 void BooleanLiteralType::ToString(std::stringstream &ss) const in ToString() argument
30 void BooleanLiteralType::ToStringAsSrc(std::stringstream &ss) const in ToStringAsSrc() argument
44 TypeFacts BooleanLiteralType::GetTypeFacts() const in GetTypeFacts() argument
H A DbigintType.cpp20 void BigintType::ToString(std::stringstream &ss) const in ToString() argument
39 TypeFacts BigintType::GetTypeFacts() const in GetTypeFacts() argument
H A DindexInfo.h44 const Type *GetType() const in GetType() argument
59 bool Readonly() const in Readonly() argument
H A DneverType.cpp20 void NeverType::ToString(std::stringstream &ss) const in ToString() argument
25 TypeFacts NeverType::GetTypeFacts() const in GetTypeFacts() argument
H A DindexInfo.cpp27 void IndexInfo::ToString(std::stringstream &ss, bool numIndex) const in ToString() argument
H A Dtype.cpp24 void Type::ToStringAsSrc(std::stringstream &ss) const in ToStringAsSrc() argument
H A DstringType.cpp20 void StringType::ToString(std::stringstream &ss) const in ToString() argument
39 TypeFacts StringType::GetTypeFacts() const in GetTypeFacts() argument
H A DsymbolType.cpp20 void SymbolType::ToString(std::stringstream &ss) const in ToString() argument
39 TypeFacts SymbolType::GetTypeFacts() const in GetTypeFacts() argument
H A DtypeParameter.h30 const Type *ConstraintType() const in ConstraintType() argument
H A DtypeReference.cpp20 void TypeReference::ToString(std::stringstream &ss) const in ToString() argument
41 TypeFacts TypeReference::GetTypeFacts() const in GetTypeFacts() argument

Completed in 10 milliseconds

1...<<31323334353637383940>>...94