Home
last modified time | relevance | path

Searched refs:getObjCInstanceTypeDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1989 return getTypeDeclType(getObjCInstanceTypeDecl()); in getObjCInstanceType()
1994 TypedefDecl *getObjCInstanceTypeDecl();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3353 auto Instancetype = S.Context.getObjCInstanceTypeDecl()->getTypeForDecl(); in handleFormatArgAttr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7771 return Context.getObjCInstanceTypeDecl(); in getPredefinedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8036 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() { in getObjCInstanceTypeDecl() function in ASTContext