Home
last modified time | relevance | path

Searched refs:jmp_bufDecl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h259 TypeDecl *jmp_bufDecl; variable
1405 void setjmp_bufDecl(TypeDecl *jmp_bufDecl) { in setjmp_bufDecl() argument
1406 this->jmp_bufDecl = jmp_bufDecl; in setjmp_bufDecl()
1411 if (jmp_bufDecl) in getjmp_bufType()
1412 return getTypeDeclType(jmp_bufDecl); in getjmp_bufType()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp738 FILEDecl(nullptr), jmp_bufDecl(nullptr), sigjmp_bufDecl(nullptr), in ASTContext()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp3720 if (!Context.jmp_bufDecl) { in InitializeContext()