Searched refs:ExceptionSpecDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2834 ExceptionSpecDecl(0), ExceptionSpecTemplate(0),
2840 Exceptions(0), NoexceptExpr(0), ExceptionSpecDecl(0),
2852 FunctionDecl *ExceptionSpecDecl; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2904 // ExceptionSpecDecl, ExceptionSpecTemplate - Instead of Exceptions, there may
2952 EPI.ExceptionSpecDecl = getExceptionSpecDecl();
2955 EPI.ExceptionSpecDecl = getExceptionSpecDecl();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1647 slot[0] = epi.ExceptionSpecDecl;
1655 slot[0] = epi.ExceptionSpecDecl;
1741 ID.AddPointer(epi.ExceptionSpecDecl->getCanonicalDecl());
H A DASTImporter.cpp1637 ToEPI.ExceptionSpecDecl = cast_or_null<FunctionDecl>(
1638 Importer.Import(FromEPI.ExceptionSpecDecl));
2711 // FunctionProtoType::ExtProtoInfo's ExceptionSpecDecl can point to the
2715 if (FromEPI.ExceptionSpecDecl || FromEPI.ExceptionSpecTemplate ||
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp4616 EPI.ExceptionSpecDecl = MD;
4791 EPI.ExceptionSpecDecl = MD;
8422 EPI.ExceptionSpecDecl = DerivedCtor;
8686 EPI.ExceptionSpecDecl = Destructor;
H A DSemaTemplateInstantiateDecl.cpp3211 EPI.ExceptionSpecDecl = New;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4686 EPI.ExceptionSpecDecl = ReadDeclAs<FunctionDecl>(*Loc.F, Record, Idx);
4689 EPI.ExceptionSpecDecl = ReadDeclAs<FunctionDecl>(*Loc.F, Record, Idx);

Completed in 212 milliseconds