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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 161 EPI.ExceptionSpecType = EST_DynamicNone;
175 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
176 if (EPI.ExceptionSpecType == EST_Dynamic) {
179 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
DeclSpec.cpp 187 I.Fun.ExceptionSpecType = ESpecType;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaLookup.cpp 722 EPI.ExceptionSpecType = EST_None;
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 237 milliseconds