Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h1728 QualType getObjCSuperType() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp6626 QualType ASTContext::getObjCSuperType() const { in getObjCSuperType() function in ASTContext
10481 Type = Context.getObjCSuperType(); in DecodeTypeFromStr()