Searched refs:DynamicExceptions (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 951 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 955 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 992 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 994 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDeclCXX.cpp | 2861 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 2869 DynamicExceptions, in tryParseExceptionSpecification() 2871 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 2914 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
D | ParseDecl.cpp | 4984 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 5074 DynamicExceptions, in ParseFunctionDeclarator() 5110 DynamicExceptions.data(), in ParseFunctionDeclarator() 5112 DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2914 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 2922 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 2925 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 2933 DynamicExceptions, in GetFullTypeForDeclarator()
|
D | SemaDeclCXX.cpp | 12331 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 12339 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 12340 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 12342 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1372 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3770 ArrayRef<ParsedType> DynamicExceptions,
|