Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp418 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
425 DynamicExceptions, in ParseLexedMethodDeclaration()
435 DynamicExceptions, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1101 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1107 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1145 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1147 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
H A DParseDeclCXX.cpp3117 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
3163 DynamicExceptions, in tryParseExceptionSpecification()
3165 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3208 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
H A DParseDecl.cpp5270 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
5381 DynamicExceptions, in ParseFunctionDeclarator()
5419 DynamicExceptions.data(), in ParseFunctionDeclarator()
5421 DynamicExceptions.size(), in ParseFunctionDeclarator()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2977 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
2985 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator()
2988 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator()
2997 DynamicExceptions, in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp13456 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument
13463 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification()
13464 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification()
13466 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
13514 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument
13531 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1469 SmallVectorImpl<ParsedType> &DynamicExceptions,
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4139 ArrayRef<ParsedType> DynamicExceptions,
4155 ArrayRef<ParsedType> DynamicExceptions,