Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h360 TypedefDecl *ObjCInstanceTypeDecl = nullptr; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6116 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
6117 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
6119 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4670 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()