HomeSort by relevance Sort by last modified time
    Searched defs:ObjCTypeParamList (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 260 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const {
262 if (ObjCTypeParamList *written = getTypeParamListAsWritten())
273 if (ObjCTypeParamList *written = decl->getTypeParamListAsWritten())
280 void ObjCInterfaceDecl::setTypeParamList(ObjCTypeParamList *TPL) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 615 class ObjCTypeParamList {
633 ObjCTypeParamList(SourceLocation lAngleLoc,
639 static ObjCTypeParamList *create(ASTContext &ctx,
    [all...]

Completed in 619 milliseconds