Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h256 TypeDecl *sigjmp_bufDecl; variable
1363 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument
1364 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()
1369 if (sigjmp_bufDecl) in getsigjmp_bufType()
1370 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp738 FILEDecl(nullptr), jmp_bufDecl(nullptr), sigjmp_bufDecl(nullptr), in ASTContext()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3992 if (!Context.sigjmp_bufDecl) { in InitializeContext()