Lines Matching refs:Signatures
102 if (name == compiler::Signatures::UNDEFINED || name == compiler::Signatures::NULL_LITERAL ||
103 name == compiler::Signatures::READONLY_TYPE_NAME || name == compiler::Signatures::PARTIAL_TYPE_NAME ||
104 name == compiler::Signatures::REQUIRED_TYPE_NAME) {
514 if (bindingName.Is(compiler::Signatures::ETS_GLOBAL)) {
922 recordTable_->Signatures().push_back(funcScope);
945 recordTable->Signatures().push_back(funcScope);
967 << compiler::Signatures::METHOD_SEPARATOR;
972 ss << compiler::Signatures::CCTOR;
974 ss << compiler::Signatures::CTOR;
977 ss << compiler::Signatures::GETTER_BEGIN;
979 ss << compiler::Signatures::SETTER_BEGIN;
1011 stmt->AsClassDeclaration()->Definition()->Ident()->Name().Is(compiler::Signatures::ETS_GLOBAL);