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

/external/clang/include/clang/AST/
H A DDeclObjC.h533 /// \c ObjCTypeParamDecl. \c Key has an explicit bound of \c id<NSCopying>,
537 class ObjCTypeParamDecl : public TypedefNameDecl { class in namespace:clang
553 ObjCTypeParamDecl(ASTContext &ctx, DeclContext *dc, function in class:clang::ObjCTypeParamDecl
564 static ObjCTypeParamDecl *Create(ASTContext &ctx, DeclContext *dc,
572 static ObjCTypeParamDecl *CreateDeserialized(ASTContext &ctx, unsigned ID);
627 ObjCTypeParamDecl *AlignmentHack;
634 ArrayRef<ObjCTypeParamDecl *> typeParams,
641 ArrayRef<ObjCTypeParamDecl *> typeParams,
645 typedef ObjCTypeParamDecl **iterator;
647 iterator begin() { return reinterpret_cast<ObjCTypeParamDecl **>(thi
[all...]

Completed in 182 milliseconds