Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1924 return getTypeDeclType(getObjCInstanceTypeDecl()); in getObjCInstanceType()
1929 TypedefDecl *getObjCInstanceTypeDecl();
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp103 if (TD == TD->getASTContext().getObjCInstanceTypeDecl() || in shouldSkipTypedef()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp3677 auto Instancetype = S.Context.getObjCInstanceTypeDecl()->getTypeForDecl(); in handleFormatArgAttr()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7468 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() { in getObjCInstanceTypeDecl() function in ASTContext
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7452 return Context.getObjCInstanceTypeDecl(); in getPredefinedDecl()