Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp424 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
431 DynamicExceptions, in ParseLexedMethodDeclaration()
441 DynamicExceptions, in ParseLexedMethodDeclaration()
HDParseExprCXX.cpp1109 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1115 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1153 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1155 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
HDParseDeclCXX.cpp3277 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
3323 DynamicExceptions, in tryParseExceptionSpecification()
3325 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3371 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
HDParseDecl.cpp5470 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
5574 DynamicExceptions, in ParseFunctionDeclarator()
5612 DynamicExceptions.data(), in ParseFunctionDeclarator()
5614 DynamicExceptions.size(), in ParseFunctionDeclarator()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3968 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
3976 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator()
3979 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator()
3988 DynamicExceptions, in GetFullTypeForDeclarator()
HDSemaDeclCXX.cpp13613 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument
13620 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification()
13621 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification()
13623 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
13671 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument
13688 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1536 SmallVectorImpl<ParsedType> &DynamicExceptions,
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4265 ArrayRef<ParsedType> DynamicExceptions,
4281 ArrayRef<ParsedType> DynamicExceptions,