Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h247 TypedefDecl *ObjCInstanceTypeDecl; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp737 CFConstantStringTypeDecl(nullptr), ObjCInstanceTypeDecl(nullptr), in ASTContext()
4826 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
4827 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
4829 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4257 if (Context.ObjCInstanceTypeDecl) in WriteASTCore()
4258 DeclIDs[Context.ObjCInstanceTypeDecl] = PREDEF_DECL_OBJC_INSTANCETYPE_ID; in WriteASTCore()