Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h387 mutable QualType ObjCSuperType; variable
1729 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; } in setObjCSuperType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1462 ObjCSuperType = QualType(); in InitBuiltinTypes()
6627 if (ObjCSuperType.isNull()) { in getObjCSuperType()
6630 ObjCSuperType = getTagDeclType(ObjCSuperTypeDecl); in getObjCSuperType()
6632 return ObjCSuperType; in getObjCSuperType()