Home | History | Annotate | Download | only in AST

Lines Matching refs:TagDecl

113   assert(!isa<TagDecl>(this) || !cast<TagDecl>(this)->isCompleteDefinition());
274 if (!isa<TagDecl>(LDC))
988 TagDecl *Tag = cast<TagDecl>(this);
990 if (TagDecl *Def = Tag->getDefinition())
995 TagDecl *PossiblePartialDef = TagTy->getDecl();
1584 if (!(isa<TagDecl>(DCAsDecl) && cast<TagDecl>(DCAsDecl)->isBeingDefined()))