HomeSort by relevance Sort by last modified time
    Searched refs:EST_BasicNoexcept (Results 1 - 10 of 10) 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/Sema/
SemaExceptionSpec.cpp 239 case EST_BasicNoexcept:
    [all...]
SemaDeclCXX.cpp 154 if (EST == EST_BasicNoexcept)
164 if (ComputedEST == EST_BasicNoexcept)
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.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 190 milliseconds