Searched defs:getTagDeclType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp3815 /// getTagDeclType - Return the unique reference to the type for the
3817 QualType ASTContext::getTagDeclType(const TagDecl *Decl) const { function in class:ASTContext
3819 // FIXME: What is the design on getTagDeclType when it requires casting
4596 return getTagDeclType(CFConstantStringTypeDecl);
4603 ObjCSuperType = getTagDeclType(ObjCSuperTypeDecl);
4616 return getTagDeclType(BlockDescriptorType);
4646 return getTagDeclType(BlockDescriptorType);
4651 return getTagDeclType(BlockDescriptorExtendedType);
4685 return getTagDeclType(BlockDescriptorExtendedType);

Completed in 84 milliseconds