Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1684 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; } in setObjCSuperType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp961 Context.setObjCSuperType(Context.getTagDeclType(TD)); in LookupPredefedObjCSuperType()