Home | History | Annotate | Download | only in AST

Lines Matching refs:getTagDeclType

3723 /// getTagDeclType - Return the unique reference to the type for the
3725 QualType ASTContext::getTagDeclType(const TagDecl *Decl) const {
3727 // FIXME: What is the design on getTagDeclType when it requires casting
4501 return getTagDeclType(CFConstantStringTypeDecl);
4509 ObjCSuperType = getTagDeclType(ObjCSuperTypeDecl);
4522 return getTagDeclType(BlockDescriptorType);
4556 return getTagDeclType(BlockDescriptorType);
4561 return getTagDeclType(BlockDescriptorExtendedType);
4599 return getTagDeclType(BlockDescriptorExtendedType);