Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1824 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4932 Context.setsigjmp_bufDecl(Typedef->getDecl()); in InitializeContext()
4936 Context.setsigjmp_bufDecl(Tag->getDecl()); in InitializeContext()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp6238 Context.setsigjmp_bufDecl(NewTD); in ActOnTypedefNameDecl()