Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h411 TypedefDecl *ObjCInstanceTypeDecl = nullptr; variable
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8037 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
8038 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
8040 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7792 if (Context.ObjCInstanceTypeDecl) in getPredefinedDecl()
7793 return Context.ObjCInstanceTypeDecl; in getPredefinedDecl()
H A DASTWriter.cpp5030 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in PrepareWritingSpecialDecls()