Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h392 TypedefDecl *ObjCInstanceTypeDecl = nullptr; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6841 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
6842 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
6844 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4359 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()