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

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
37 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 224 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {
285 case EST_ComputedNoexcept:
    [all...]
DeclSpec.cpp 234 case EST_ComputedNoexcept:
    [all...]
SemaDeclCXX.cpp 171 if (EST == EST_ComputedNoexcept) {
175 "Must have noexcept result for EST_ComputedNoexcept.");
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
DumpXML.cpp 988 case EST_ComputedNoexcept: set("exception_spec", "noexcept(expr)"); break;
DeclPrinter.cpp 471 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
TypePrinter.cpp 573 if (getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
ASTImporter.cpp 544 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 200 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]

Completed in 340 milliseconds