Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2063 QualType getObjCSuperType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8418 QualType ASTContext::getObjCSuperType() const { in getObjCSuperType() function in ASTContext
12471 Type = Context.getObjCSuperType(); in DecodeTypeFromStr()