Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2101 TypedefDecl *getObjCIdDecl() const;
2108 return getTypeDeclType(getObjCIdDecl()); in getObjCIdType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp356 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7753 return Context.getObjCIdDecl(); in getPredefinedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9146 TypedefDecl *ASTContext::getObjCIdDecl() const { in getObjCIdDecl() function in ASTContext