Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h391 TypedefDecl *ObjCInstanceTypeDecl = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6822 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
6823 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
6825 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4359 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()