Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h265 TypeDecl *ucontext_tDecl; variable
1429 void setucontext_tDecl(TypeDecl *ucontext_tDecl) { in setucontext_tDecl() argument
1430 this->ucontext_tDecl = ucontext_tDecl; in setucontext_tDecl()
1435 if (ucontext_tDecl) in getucontext_tType()
1436 return getTypeDeclType(ucontext_tDecl); in getucontext_tType()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp739 ucontext_tDecl(nullptr), BlockDescriptorType(nullptr), in ASTContext()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp3777 if (!Context.ucontext_tDecl) { in InitializeContext()