Searched refs:ESpecType (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DExceptionSpecificationType.h30 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { argument
31 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny;
34 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { argument
35 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
/external/clang/lib/Sema/
H A DDeclSpec.cpp159 ESpecType,
186 I.Fun.ExceptionSpecType = ESpecType;
212 switch (ESpecType) {
147 getFunction(bool hasProto, bool isVariadic, SourceLocation EllipsisLoc, ParamInfo *ArgInfo, unsigned NumArgs, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, ParsedType TrailingReturnType) argument
/external/clang/lib/Parse/
H A DParseExprCXX.cpp717 ExceptionSpecificationType ESpecType = EST_None; local
722 ESpecType = MaybeParseExceptionSpecification(ESpecRange,
727 if (ESpecType != EST_None)
754 ESpecType, ESpecRange.getBegin(),
H A DParseDecl.cpp4036 ExceptionSpecificationType ESpecType = EST_None; local
4092 ESpecType = MaybeParseExceptionSpecification(ESpecRange,
4096 if (ESpecType != EST_None)
4123 ESpecType, ESpecRange.getBegin(),
/external/clang/include/clang/Sema/
H A DDeclSpec.h1332 ExceptionSpecificationType ESpecType,

Completed in 256 milliseconds