Home
last modified time | relevance | path

Searched refs:ObjCIdDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h209 mutable TypedefDecl *ObjCIdDecl; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp725 ObjCIdDecl(0), ObjCSelDecl(0), ObjCClassDecl(0), ObjCProtocolClassDecl(0), in ASTContext()
5682 if (!ObjCIdDecl) { in getObjCIdDecl()
5686 ObjCIdDecl = TypedefDecl::Create(const_cast<ASTContext &>(*this), in getObjCIdDecl()
5692 return ObjCIdDecl; in getObjCIdDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp3860 if (Context.ObjCIdDecl) in WriteASTCore()
3861 DeclIDs[Context.ObjCIdDecl] = PREDEF_DECL_OBJC_ID_ID; in WriteASTCore()