Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h279 TypeDecl *sigjmp_bufDecl; variable
1520 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument
1521 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()
1526 if (sigjmp_bufDecl) in getsigjmp_bufType()
1527 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h416 TypeDecl *sigjmp_bufDecl = nullptr; variable
1976 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument
1977 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()
1982 if (sigjmp_bufDecl) in getsigjmp_bufType()
1983 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h411 TypeDecl *sigjmp_bufDecl = nullptr; variable
1960 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument
1961 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()
1966 if (sigjmp_bufDecl) in getsigjmp_bufType()
1967 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h411 TypeDecl *sigjmp_bufDecl = nullptr; variable
1960 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument
1961 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()
1966 if (sigjmp_bufDecl) in getsigjmp_bufType()
1967 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h408 TypeDecl *sigjmp_bufDecl = nullptr; variable
1952 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) { in setsigjmp_bufDecl() argument
1953 this->sigjmp_bufDecl = sigjmp_bufDecl; in setsigjmp_bufDecl()
1958 if (sigjmp_bufDecl) in getsigjmp_bufType()
1959 return getTypeDeclType(sigjmp_bufDecl); in getsigjmp_bufType()
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp741 sigjmp_bufDecl(nullptr), ucontext_tDecl(nullptr), in ASTContext()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp3995 if (!Context.sigjmp_bufDecl) { in InitializeContext()