Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1814 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; } in setObjCSuperType() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp971 Context.setObjCSuperType(Context.getTagDeclType(TD)); in LookupPredefedObjCSuperType()