HomeSort by: relevance | last modified time | path
    Searched refs:sigjmp_bufDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 400 TypeDecl *sigjmp_bufDecl = nullptr;
1824 void setsigjmp_bufDecl(TypeDecl *sigjmp_bufDecl) {
1825 this->sigjmp_bufDecl = sigjmp_bufDecl;
1830 if (sigjmp_bufDecl)
1831 return getTypeDeclType(sigjmp_bufDecl);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 4930 if (!Context.sigjmp_bufDecl) {

Completed in 25 milliseconds