Searched defs:Decl (Results 1 – 3 of 3) sorted by relevance
22 typedef struct Decl Decl; typedef191 struct Decl struct199 Decl *dot; /* parent adt or module */ argument207 Decl *next; /* list in same scope, field or argument list, etc. */ argument208 Decl *old; /* declaration of the symbol in enclosing scope */ argument211 Decl *importid; /* identifier imported */ argument212 Decl *timport; /* stack of identifiers importing a type */ argument221 Decl *iface; /* used external declarations in a module */ argument223 Decl *locals; /* locals for a function */ argument224 …Decl *link; /* pointer to parent function or function argument or local share or parent type dec… argument[all …]
13 typedef struct Decl Decl; typedef102 struct Decl struct104 Decl* link; argument114 #define D ((Decl*)0) argument
12 typedef struct Decl Decl; typedef101 struct Decl struct103 Decl* link; argument112 #define D ((Decl*)0) argument