Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h426 TypedefDecl *ObjCInstanceTypeDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8635 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
8636 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
8638 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8155 if (Context.ObjCInstanceTypeDecl) in getPredefinedDecl()
8156 return Context.ObjCInstanceTypeDecl; in getPredefinedDecl()
H A DASTWriter.cpp5589 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in PrepareWritingSpecialDecls()