Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp545 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local
HDParseExprCXX.cpp1533 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
HDParseDeclCXX.cpp4116 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification()
HDParseDecl.cpp7514 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp5214 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local
HDSemaDeclCXX.cpp18859 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification()
18908 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr) { in actOnDelayedExceptionSpecification()