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

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 26 EST_ComputedNoexcept, ///< noexcept(expression)
36 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 179 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {
239 case EST_ComputedNoexcept:
    [all...]
DeclSpec.cpp 227 case EST_ComputedNoexcept:
    [all...]
SemaDeclCXX.cpp 169 if (EST == EST_ComputedNoexcept) {
173 "Must have noexcept result for EST_ComputedNoexcept.");
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
DeclPrinter.cpp 470 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
TypePrinter.cpp 419 if (getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
ASTImporter.cpp 565 } 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/
ASTWriter.cpp 196 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
ASTReader.cpp     [all...]

Completed in 510 milliseconds