Home
last modified time | relevance | path

Searched defs:DynamicExceptionRanges (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp484 SmallVector<SourceRange, 4> DynamicExceptionRanges; ParseLexedMethodDeclaration() local
H A DParseExprCXX.cpp1448 SmallVector<SourceRange, 2> DynamicExceptionRanges; ParseLambdaExpressionAfterIntroducer() local
H A DParseDeclCXX.cpp3930 tryParseExceptionSpecification(bool Delayed,SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & DynamicExceptions,SmallVectorImpl<SourceRange> & DynamicExceptionRanges,ExprResult & NoexceptExpr,CachedTokens * & ExceptionSpecTokens) tryParseExceptionSpecification() argument
H A DParseDecl.cpp7084 SmallVector<SourceRange, 2> DynamicExceptionRanges; ParseFunctionDeclarator() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5646 SmallVector<SourceRange, 2> DynamicExceptionRanges; GetFullTypeForDeclarator() local
H A DSemaDeclCXX.cpp19098 checkExceptionSpecification(bool IsTopLevel,ExceptionSpecificationType EST,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr,SmallVectorImpl<QualType> & Exceptions,FunctionProtoType::ExceptionSpecInfo & ESI) checkExceptionSpecification() argument
19148 actOnDelayedExceptionSpecification(Decl * MethodD,ExceptionSpecificationType EST,SourceRange SpecificationRange,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr) actOnDelayedExceptionSpecification() argument