Searched refs:sigjmp_bufDecl (Results 1 – 3 of 3) sorted by relevance
270 TypeDecl *sigjmp_bufDecl; variable1495 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument1496 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()1501 if (sigjmp_bufDecl) in getsigjmp_bufType()1502 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
742 FILEDecl(nullptr), jmp_bufDecl(nullptr), sigjmp_bufDecl(nullptr), in ASTContext()
3992 if (!Context.sigjmp_bufDecl) { in InitializeContext()