Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1392 TypedefDecl *getObjCIdDecl() const;
1399 return getTypeDeclType(getObjCIdDecl()); in getObjCIdType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSema.cpp162 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp5681 TypedefDecl *ASTContext::getObjCIdDecl() const { in getObjCIdDecl() function in ASTContext
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp5465 return Context.getObjCIdDecl(); in GetDecl()