Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1761 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4520 Context.setsigjmp_bufDecl(Typedef->getDecl()); in InitializeContext()
4524 Context.setsigjmp_bufDecl(Tag->getDecl()); in InitializeContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp5800 Context.setsigjmp_bufDecl(NewTD); in ActOnTypedefNameDecl()