HomeSort by relevance Sort by last modified time
    Searched refs:EST_BasicNoexcept (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 26 EST_BasicNoexcept, ///< noexcept
37 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /external/clang/lib/AST/
DumpXML.cpp 987 case EST_BasicNoexcept: set("exception_spec", "noexcept"); break;
Type.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 281 case EST_BasicNoexcept:
    [all...]
SemaDeclCXX.cpp 155 if (EST == EST_BasicNoexcept)
165 if (ComputedEST == EST_BasicNoexcept)
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 409 milliseconds