Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h406 mutable QualType ObjCSuperType; variable
1879 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; } in setObjCSuperType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1428 ObjCSuperType = QualType(); in InitBuiltinTypes()
7823 if (ObjCSuperType.isNull()) { in getObjCSuperType()
7826 ObjCSuperType = getTagDeclType(ObjCSuperTypeDecl); in getObjCSuperType()
7828 return ObjCSuperType; in getObjCSuperType()