Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2034 TypedefDecl *getObjCIdDecl() const;
2041 return getTypeDeclType(getObjCIdDecl()); in getObjCIdType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp311 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8687 TypedefDecl *ASTContext::getObjCIdDecl() const { in getObjCIdDecl() function in ASTContext
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7693 return Context.getObjCIdDecl(); in getPredefinedDecl()