Home
last modified time | relevance | path

Searched refs:setObjCSuperType (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1383 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; } in setObjCSuperType() function
/external/clang/lib/Sema/
DSemaDecl.cpp1759 Context.setObjCSuperType(Context.getTagDeclType(TD)); in LookupPredefedObjCSuperType()