Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h399 TypedefDecl *ObjCInstanceTypeDecl = nullptr; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7581 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
7582 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
7584 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4767 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()