Searched defs:ESpecType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DExceptionSpecificationType.h32 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { argument
36 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { argument
40 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *ArgInfo, unsigned NumArgs, SourceLocation EllipsisLoc, SourceLocation RParenLoc, 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, TypeResult TrailingReturnType) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1013 ExceptionSpecificationType ESpecType = EST_None; local
H A DParseDecl.cpp5117 ExceptionSpecificationType ESpecType = EST_None; local

Completed in 122 milliseconds