Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h215 mutable TypedefDecl *ObjCClassDecl; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp725 ObjCIdDecl(0), ObjCSelDecl(0), ObjCClassDecl(0), ObjCProtocolClassDecl(0), in ASTContext()
5708 if (!ObjCClassDecl) { in getObjCClassDecl()
5712 ObjCClassDecl = TypedefDecl::Create(const_cast<ASTContext &>(*this), in getObjCClassDecl()
5718 return ObjCClassDecl; in getObjCClassDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp3864 if (Context.ObjCClassDecl) in WriteASTCore()
3865 DeclIDs[Context.ObjCClassDecl] = PREDEF_DECL_OBJC_CLASS_ID; in WriteASTCore()