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.h1878 QualType getObjCSuperType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7822 QualType ASTContext::getObjCSuperType() const { in getObjCSuperType() function in ASTContext
11849 Type = Context.getObjCSuperType(); in DecodeTypeFromStr()