Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1417 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp3743 Context.setsigjmp_bufDecl(Typedef->getDecl()); in InitializeContext()
3747 Context.setsigjmp_bufDecl(Tag->getDecl()); in InitializeContext()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp5189 Context.setsigjmp_bufDecl(NewTD); in ActOnTypedefNameDecl()