Searched refs:jmp_bufDecl (Results 1 – 2 of 2) sorted by relevance
417 TypeDecl *jmp_bufDecl = nullptr; variable2007 void setjmp_bufDecl(TypeDecl *jmp_bufDecl) { in setjmp_bufDecl() argument2008 this->jmp_bufDecl = jmp_bufDecl; in setjmp_bufDecl()2013 if (jmp_bufDecl) in getjmp_bufType()2014 return getTypeDeclType(jmp_bufDecl); in getjmp_bufType()
5139 if (!Context.jmp_bufDecl) { in InitializeContext()