Searched refs:jmp_bufDecl (Results 1 – 2 of 2) sorted by relevance
432 TypeDecl *jmp_bufDecl = nullptr; variable2188 void setjmp_bufDecl(TypeDecl *jmp_bufDecl) { in setjmp_bufDecl() argument2189 this->jmp_bufDecl = jmp_bufDecl; in setjmp_bufDecl()2194 if (jmp_bufDecl) in getjmp_bufType()2195 return getTypeDeclType(jmp_bufDecl); in getjmp_bufType()
5432 if (!Context.jmp_bufDecl) { in InitializeContext()