Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h420 TypeDecl *sigjmp_bufDecl = nullptr; variable
2019 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument
2020 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()
2025 if (sigjmp_bufDecl) in getsigjmp_bufType()
2026 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5160 if (!Context.sigjmp_bufDecl) { in InitializeContext()