Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1372 QualType getObjCSuperType() const;
/external/clang/lib/AST/
DASTContext.cpp4866 QualType ASTContext::getObjCSuperType() const { in getObjCSuperType() function in ASTContext
8068 Type = Context.getObjCSuperType(); in DecodeTypeFromStr()