Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2019 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5162 Context.setsigjmp_bufDecl(Typedef->getDecl()); in InitializeContext()
5166 Context.setsigjmp_bufDecl(Tag->getDecl()); in InitializeContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6731 Context.setsigjmp_bufDecl(NewTD); in ActOnTypedefNameDecl()