Home
last modified time | relevance | path

Searched refs:sigjmp_bufDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h401 TypeDecl *sigjmp_bufDecl = nullptr; variable
1869 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument
1870 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()
1875 if (sigjmp_bufDecl) in getsigjmp_bufType()
1876 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp4946 if (!Context.sigjmp_bufDecl) { in InitializeContext()