Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1951 TypedefDecl *getObjCIdDecl() const;
1958 return getTypeDeclType(getObjCIdDecl()); in getObjCIdType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp292 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7938 TypedefDecl *ASTContext::getObjCIdDecl() const { in getObjCIdDecl() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7380 return Context.getObjCIdDecl(); in getPredefinedDecl()