Home | History | Annotate | Download | only in AST

Lines Matching refs:Typedef

594   case Type::Typedef:
1344 // Typedef/non-typedef mismatch.
2262 // Import the major distinguishing characteristics of this typedef.
2269 // If this typedef is not in block scope, determine whether we've
2270 // seen a typedef with the same name (that we can merge with) or any
2299 // Import the underlying type of this typedef;
2304 // Create the new typedef node.
2362 if (TypedefNameDecl *Typedef = dyn_cast<TypedefNameDecl>(Found)) {
2363 if (const TagType *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
2448 if (TypedefNameDecl *Typedef = dyn_cast<TypedefNameDecl>(Found)) {
2449 if (const TagType *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
4400 // Keep track of anonymous tags that have an associated typedef.
4404 // When we've finished transforming a typedef, see whether it was the
4405 // typedef for an anonymous tag.
4412 // We found the typedef for an anonymous tag; link them.