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

/external/clang/lib/AST/
H A DDeclObjC.cpp260 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const {
262 if (ObjCTypeParamList *written = getTypeParamListAsWritten())
273 if (ObjCTypeParamList *written = decl->getTypeParamListAsWritten())
280 void ObjCInterfaceDecl::setTypeParamList(ObjCTypeParamList *TPL) {
1311 // ObjCTypeParamList
1313 ObjCTypeParamList::ObjCTypeParamList(SourceLocation lAngleLoc, function in class:ObjCTypeParamList
1324 ObjCTypeParamList *ObjCTypeParamList::create(
1329 unsigned size = sizeof(ObjCTypeParamList)
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h615 class ObjCTypeParamList { class in namespace:clang
633 ObjCTypeParamList(SourceLocation lAngleLoc,
639 static ObjCTypeParamList *create(ASTContext &ctx,
922 IdentifierInfo *Id, ObjCTypeParamList *typeParamList,
929 ObjCTypeParamList *TypeParamList;
961 ObjCTypeParamList *typeParamList,
974 ObjCTypeParamList *getTypeParamList() const;
980 void setTypeParamList(ObjCTypeParamList *TPL);
984 ObjCTypeParamList *getTypeParamListAsWritten() const {
1936 ObjCTypeParamList *TypeParamLis
[all...]

Completed in 120 milliseconds