Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1899 return getTypeDeclType(getObjCInstanceTypeDecl()); in getObjCInstanceType()
1904 TypedefDecl *getObjCInstanceTypeDecl();
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp3778 auto Instancetype = S.Context.getObjCInstanceTypeDecl()->getTypeForDecl(); in handleFormatArgAttr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7491 return Context.getObjCInstanceTypeDecl(); in getPredefinedDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7573 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() { in getObjCInstanceTypeDecl() function in ASTContext