Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Typedef

963       Getr += "typedef ";
1051 typedefString += "typedef struct objc_object ";
1053 // typedef struct { } _objc_exc_Classname;
1073 // Translate to typedef's that forward reference structs with the same name
1423 // we haven't seen a forward decl - generate a typedef.
1428 // Mark this typedef as having been written into its c++ equivalent.
3703 // typedef struct objc_object Protocol;
5997 case Decl::Typedef: {
6142 Preamble += "typedef struct objc_object Protocol;\n";