Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1813 QualType getObjCSuperType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7254 QualType ASTContext::getObjCSuperType() const { in getObjCSuperType() function in ASTContext
11118 Type = Context.getObjCSuperType(); in DecodeTypeFromStr()