Searched defs:DynamicExceptions (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 483 SmallVector<ParsedType, 4> DynamicExceptions; ParseLexedMethodDeclaration() local
|
H A D | ParseExprCXX.cpp | 1447 SmallVector<ParsedType, 2> DynamicExceptions; ParseLambdaExpressionAfterIntroducer() local
|
H A D | ParseDeclCXX.cpp | 3929 tryParseExceptionSpecification(bool Delayed,SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & DynamicExceptions,SmallVectorImpl<SourceRange> & DynamicExceptionRanges,ExprResult & NoexceptExpr,CachedTokens * & ExceptionSpecTokens) tryParseExceptionSpecification() argument
|
H A D | ParseDecl.cpp | 7083 SmallVector<ParsedType, 2> DynamicExceptions; ParseFunctionDeclarator() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 5645 SmallVector<ParsedType, 2> DynamicExceptions; GetFullTypeForDeclarator() local
|
H A D | SemaDeclCXX.cpp | 19097 checkExceptionSpecification(bool IsTopLevel,ExceptionSpecificationType EST,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr,SmallVectorImpl<QualType> & Exceptions,FunctionProtoType::ExceptionSpecInfo & ESI) checkExceptionSpecification() argument 19147 actOnDelayedExceptionSpecification(Decl * MethodD,ExceptionSpecificationType EST,SourceRange SpecificationRange,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr) actOnDelayedExceptionSpecification() argument
|