Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h270 TypedefDecl *ObjCInstanceTypeDecl; variable
/external/clang/lib/AST/
DASTContext.cpp740 ObjCInstanceTypeDecl(nullptr), FILEDecl(nullptr), jmp_bufDecl(nullptr), in ASTContext()
5102 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
5103 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
5105 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/external/clang/lib/Serialization/
DASTWriter.cpp4181 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()