Home
last modified time | relevance | path

Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp424 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
431 DynamicExceptions, in ParseLexedMethodDeclaration()
441 DynamicExceptions, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1171 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1177 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1211 ESpecRange, DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1212 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
H A DParseDeclCXX.cpp3532 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
3579 DynamicExceptions, in tryParseExceptionSpecification()
3581 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3624 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
H A DParseDecl.cpp6077 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
6189 DynamicExceptions, in ParseFunctionDeclarator()
6238 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator()
6239 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4805 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
4813 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator()
4816 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator()
4825 DynamicExceptions, in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp15461 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument
15468 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification()
15469 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification()
15471 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
15511 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument
15528 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1756 SmallVectorImpl<ParsedType> &DynamicExceptions,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4864 ArrayRef<ParsedType> DynamicExceptions,
4880 ArrayRef<ParsedType> DynamicExceptions,