Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1450 TypedefDecl *getObjCIdDecl() const;
1457 return getTypeDeclType(getObjCIdDecl()); in getObjCIdType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp184 PushOnScopeChains(Context.getObjCIdDecl(), TUScope); in Initialize()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5830 TypedefDecl *ASTContext::getObjCIdDecl() const { in getObjCIdDecl() function in ASTContext
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6210 return Context.getObjCIdDecl(); in GetExistingDecl()