reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Decl.h
 2390   ExceptionSpecificationType getExceptionSpecType() const {
tools/clang/include/clang/AST/Type.h
 3781     ExceptionSpecificationType Type = EST_None;
 3799     ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
 3877   getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
 3911   static bool hasExtraBitfields(ExceptionSpecificationType EST) {
 3961   ExceptionSpecificationType getExceptionSpecType() const {
tools/clang/include/clang/Basic/ExceptionSpecificationType.h
   35 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) {
   39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) {
   44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) {
   49 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) {
tools/clang/include/clang/Parse/Parser.h
 1824   ExceptionSpecificationType tryParseExceptionSpecification(
 1833   ExceptionSpecificationType ParseDynamicExceptionSpecification(
tools/clang/include/clang/Sema/DeclSpec.h
 1468     ExceptionSpecificationType getExceptionSpecType() const {
 1610                                      ExceptionSpecificationType ESpecType,
tools/clang/include/clang/Sema/Sema.h
 5169     ExceptionSpecificationType ComputedEST;
 5186     ExceptionSpecificationType getExceptionSpecType() const {
 5269                                ExceptionSpecificationType &EST);
 5274                                    ExceptionSpecificationType EST,
 5289          ExceptionSpecificationType EST,
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  409   auto Spec1 = Proto1->getExceptionSpecType();
  410   auto Spec2 = Proto2->getExceptionSpecType();
tools/clang/lib/CodeGen/CGException.cpp
  461   ExceptionSpecificationType EST = Proto->getExceptionSpecType();
  538   ExceptionSpecificationType EST = Proto->getExceptionSpecType();
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  428     ExceptionSpecificationType EST
tools/clang/lib/Parse/ParseDecl.cpp
 6250   ExceptionSpecificationType ESpecType = EST_None;
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3595 ExceptionSpecificationType
 3602   ExceptionSpecificationType Result = EST_None;
 3660   ExceptionSpecificationType NoexceptType = EST_None;
 3725 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification(
tools/clang/lib/Parse/ParseExprCXX.cpp
 1336     ExceptionSpecificationType ESpecType = EST_None;
tools/clang/lib/Sema/DeclSpec.cpp
  161                                              ExceptionSpecificationType
tools/clang/lib/Sema/SemaDeclCXX.cpp
  164   ExceptionSpecificationType EST = Proto->getExceptionSpecType();
16057     bool IsTopLevel, ExceptionSpecificationType EST,
16106              ExceptionSpecificationType EST,
tools/clang/lib/Sema/SemaExceptionSpec.cpp
   80                                    ExceptionSpecificationType &EST) {
  237   auto EST = MD->getType()->castAs<FunctionProtoType>()->getExceptionSpecType();
  532   ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
  533   ExceptionSpecificationType NewEST = New->getExceptionSpecType();
  770   ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
  771   ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
tools/clang/lib/Sema/SemaExprCXX.cpp
 6030   ExceptionSpecificationType EST1 = ESI1.Type;
 6031   ExceptionSpecificationType EST2 = ESI2.Type;
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 4071       ExceptionSpecificationType NewEST = EST_Uninstantiated;
tools/clang/lib/Sema/TreeTransform.h
 5490     ExceptionSpecificationType EST = ESI.Type;
tools/clang/lib/Serialization/ASTReader.cpp
 6895   ExceptionSpecificationType EST =
tools/clang/tools/libclang/CXType.cpp
  733 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) {