Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1382 QualType getObjCSuperType() const;
/external/clang/lib/AST/
DASTContext.cpp4946 QualType ASTContext::getObjCSuperType() const { in getObjCSuperType() function in ASTContext
8210 Type = Context.getObjCSuperType(); in DecodeTypeFromStr()