Home
last modified time | relevance | path

Searched refs:TypeDeclaration (Results 1 - 18 of 18) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dinfo.py11 TypeDeclaration,
25 class SystemType(TypeDeclaration):
57 if isinstance(resolved, TypeDeclaration):
79 if isinstance(typedeps, TypeDeclaration):
87 elif any(not isinstance(td, TypeDeclaration) for td in typedeps):
97 if isinstance(typedecl, TypeDeclaration):
105 elif typedecl and not isinstance(typedecl, TypeDeclaration):
223 elif isinstance(self.typedecl, TypeDeclaration):
H A D__init__.py6 TypeDeclaration,
82 if not isinstance(typedeps, TypeDeclaration):
H A Danalyze.py3 TypeDeclaration,
129 elif not isinstance(typedecl, TypeDeclaration):
199 class Skipped(TypeDeclaration):
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py9 TypeDeclaration,
145 #assert isinstance(typedeps, (list, TypeDeclaration)), typedeps
173 if isinstance(typedeps, TypeDeclaration):
197 if not isinstance(typedecl, TypeDeclaration):
207 elif not isinstance(typedecl, TypeDeclaration):
285 elif isinstance(unsupported, (str, TypeDeclaration)):
/third_party/node/deps/v8/src/torque/
H A Ddeclaration-visitor.h37 static void Predeclare(TypeDeclaration* decl) { in Predeclare()
77 static void Visit(TypeDeclaration* decl) { in Visit()
H A Dast.h857 struct TypeDeclaration : Declaration { struct
858 DEFINE_AST_NODE_INNER_BOILERPLATE(TypeDeclaration)
859 TypeDeclaration(Kind kKind, SourcePosition pos, Identifier* name) in TypeDeclaration() function
870 struct AbstractTypeDeclaration : TypeDeclaration {
876 : TypeDeclaration(kKind, pos, name), in AbstractTypeDeclaration()
892 struct TypeAliasDeclaration : TypeDeclaration {
896 : TypeDeclaration(kKind, pos, name), type(type) {} in TypeAliasDeclaration()
1145 TypeDeclaration* declaration) in GenericTypeDeclaration()
1151 TypeDeclaration* declaration;
1184 struct StructDeclaration : TypeDeclaration {
[all...]
H A Dtype-visitor.h43 TypeDeclaration* decl,
H A Ddeclarable.cc187 TypeDeclaration* decl = *delayed_; in Resolve()
H A Ddeclarations.h97 TypeDeclaration* type,
H A Ddeclarable.h679 TypeDeclaration* type, bool redeclaration, in TypeAlias()
687 mutable base::Optional<TypeDeclaration*> delayed_;
H A Ddeclarations.cc172 TypeDeclaration* type, in PredeclareTypeAlias()
H A Dtorque-parser.cc737 TypeDeclaration* type_decl = MakeNode<AbstractTypeDeclaration>( in MakeAbstractTypeDeclaration()
758 TypeDeclaration* constexpr_decl = MakeNode<AbstractTypeDeclaration>( in MakeAbstractTypeDeclaration()
1096 TypeDeclaration* constexpr_decl = MakeNode<AbstractTypeDeclaration>( in MakeClassDeclaration()
1195 TypeDeclaration* struct_decl = MakeNode<StructDeclaration>( in MakeStructDeclaration()
H A Dtype-visitor.cc19 const Type* TypeVisitor::ComputeType(TypeDeclaration* decl, in ComputeType()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource6.js32 public enclosingClassDecl: TypeDeclaration = null;
140 context.enclosingClassDecl = <TypeDeclaration>ast;
H A DparserRealSource11.js1237 export class TypeDeclaration extends NamedDeclaration {
1257 export class ClassDeclaration extends TypeDeclaration {
1279 export class InterfaceDeclaration extends TypeDeclaration {
3566 var TypeDeclaration = /** @class */ (function (_super) {
3567 __extends(TypeDeclaration, _super);
3568 function TypeDeclaration(nodeType, name, extendsList, implementsList, members) {
3575 TypeDeclaration.prototype.isExported = function () {
3578 TypeDeclaration.prototype.isAmbient = function () {
3581 return TypeDeclaration;
3583 TypeScript.TypeDeclaration
[all...]
H A DparserRealSource12.js462 export function walkNamedTypeChildren(preAst: TypeDeclaration, parent: AST, walker: IAstWalker): void {
H A DparserRealSource7.js30 function getBases(type: Type, typeDecl: TypeDeclaration) {
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py1072 class TypeDeclaration(Declaration): class
1086 class POTSType(TypeDeclaration):
1093 class FuncPtr(TypeDeclaration):
1102 class TypeDef(TypeDeclaration):
1188 class _StructUnion(TypeDeclaration):
1246 class Enum(TypeDeclaration):

Completed in 22 milliseconds