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

/external/clang/lib/AST/
H A DASTContext.cpp3046 /// getTagDeclType - Return the unique reference to the type for the
3048 QualType ASTContext::getTagDeclType(const TagDecl *Decl) const { function in class:ASTContext
3050 // FIXME: What is the design on getTagDeclType when it requires casting
3820 return getTagDeclType(CFConstantStringTypeDecl);
3831 return getTagDeclType(BlockDescriptorType);
3865 return getTagDeclType(BlockDescriptorType);
3870 return getTagDeclType(BlockDescriptorExtendedType);
3908 return getTagDeclType(BlockDescriptorExtendedType);
3949 getPointerType(getTagDeclType(T)),
3982 return getPointerType(getTagDeclType(
[all...]

Completed in 66 milliseconds