Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1683 QualType getObjCSuperType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6607 QualType ASTContext::getObjCSuperType() const { in getObjCSuperType() function in ASTContext
10434 Type = Context.getObjCSuperType(); in DecodeTypeFromStr()