Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h366 TypeDecl *jmp_bufDecl = nullptr; variable
1749 void setjmp_bufDecl(TypeDecl *jmp_bufDecl) { in setjmp_bufDecl() argument
1750 this->jmp_bufDecl = jmp_bufDecl; in setjmp_bufDecl()
1755 if (jmp_bufDecl) in getjmp_bufType()
1756 return getTypeDeclType(jmp_bufDecl); in getjmp_bufType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4497 if (!Context.jmp_bufDecl) { in InitializeContext()