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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h258 mutable QualType ObjCSuperType; member in class:clang::ASTContext
1378 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1121 ObjCSuperType = QualType();
4908 if (ObjCSuperType.isNull()) {
4911 ObjCSuperType = getTagDeclType(ObjCSuperTypeDecl);
4913 return ObjCSuperType;

Completed in 76 milliseconds