Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h419 TypedefDecl *ObjCInstanceTypeDecl = nullptr; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7469 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
7470 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
7472 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4560 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()