Searched defs:TypeDecl (Results 1 – 11 of 11) sorted by relevance
79 TypeDecl struct { struct80 Group *Group // nil means not part of a group81 Pragma Pragma82 Name *Name83 TParamList []*Field // nil means no type parameters84 Alias bool85 Type Expr86 decl
43 class TypeDecl; variable
480 func (check *Checker) typeDecl(obj *TypeName, tdecl *syntax.TypeDecl, def *TypeName) {
48 class TypeDecl; variable
2499 *syntax.TypeDecl anonMember
953 class TypeDecl(Node): class
2457 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P() local
3705 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P() local
3717 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P() local