Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1855 TypedefDecl *getObjCSelDecl() const;
1860 return getTypeDeclType(getObjCSelDecl()); in getObjCSelType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp222 PushOnScopeChains(Context.getObjCSelDecl(), TUScope); in Initialize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7183 TypedefDecl *ASTContext::getObjCSelDecl() const { in getObjCSelDecl() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7273 return Context.getObjCSelDecl(); in getPredefinedDecl()