Searched refs:jmp_bufDecl (Results 1 – 3 of 3) sorted by relevance
276 TypeDecl *jmp_bufDecl; variable1508 void setjmp_bufDecl(TypeDecl *jmp_bufDecl) { in setjmp_bufDecl() argument1509 this->jmp_bufDecl = jmp_bufDecl; in setjmp_bufDecl()1514 if (jmp_bufDecl) in getjmp_bufType()1515 return getTypeDeclType(jmp_bufDecl); in getjmp_bufType()
740 ObjCInstanceTypeDecl(nullptr), FILEDecl(nullptr), jmp_bufDecl(nullptr), in ASTContext()
3974 if (!Context.jmp_bufDecl) { in InitializeContext()