Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h393 TypedefDecl *ObjCInstanceTypeDecl = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7574 if (!ObjCInstanceTypeDecl) in getObjCInstanceTypeDecl()
7575 ObjCInstanceTypeDecl = in getObjCInstanceTypeDecl()
7577 return ObjCInstanceTypeDecl; in getObjCInstanceTypeDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4664 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()