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.h421 mutable QualType ObjCSuperType; variable
2064 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; } in setObjCSuperType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1491 ObjCSuperType = QualType(); in InitBuiltinTypes()
8419 if (ObjCSuperType.isNull()) { in getObjCSuperType()
8422 ObjCSuperType = getTagDeclType(ObjCSuperTypeDecl); in getObjCSuperType()
8424 return ObjCSuperType; in getObjCSuperType()