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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 141 NewEPI.ExceptionSpecType = EPI.ExceptionSpecType;
149 if (!isUnresolvedExceptionSpec(EPI.ExceptionSpecType))
231 EPI.ExceptionSpecType = EST_DynamicNone;
242 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
243 if (EPI.ExceptionSpecType == EST_Dynamic) {
246 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
DeclSpec.cpp 197 I.Fun.ExceptionSpecType = ESpecType;
    [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp 738 EPI.ExceptionSpecType = EST_None;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 152 milliseconds