Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp527 SmallVector<ParsedType, 4> DynamicExceptions; ParseLexedMethodDeclaration() local
H A DParseExprCXX.cpp1532 SmallVector<ParsedType, 2> DynamicExceptions; ParseLambdaExpressionAfterIntroducer() local
H A DParseDeclCXX.cpp4115 tryParseExceptionSpecification(bool Delayed,SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & DynamicExceptions,SmallVectorImpl<SourceRange> & DynamicExceptionRanges,ExprResult & NoexceptExpr,CachedTokens * & ExceptionSpecTokens) tryParseExceptionSpecification() argument
H A DParseDecl.cpp7506 SmallVector<ParsedType, 2> DynamicExceptions; ParseFunctionDeclarator() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5158 SmallVector<ParsedType, 2> DynamicExceptions; GetFullTypeForDeclarator() local
H A DSemaDeclCXX.cpp18797 checkExceptionSpecification(bool IsTopLevel,ExceptionSpecificationType EST,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr,SmallVectorImpl<QualType> & Exceptions,FunctionProtoType::ExceptionSpecInfo & ESI) checkExceptionSpecification() argument
18846 actOnDelayedExceptionSpecification(Decl * D,ExceptionSpecificationType EST,SourceRange SpecificationRange,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr) actOnDelayedExceptionSpecification() argument