Searched refs:DynamicExceptions (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 1050 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1054 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1091 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1093 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDeclCXX.cpp | 2948 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 2956 DynamicExceptions, in tryParseExceptionSpecification() 2958 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3001 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
D | ParseDecl.cpp | 5083 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 5173 DynamicExceptions, in ParseFunctionDeclarator() 5209 DynamicExceptions.data(), in ParseFunctionDeclarator() 5211 DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2974 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 2982 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 2985 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 2993 DynamicExceptions, in GetFullTypeForDeclarator()
|
D | SemaDeclCXX.cpp | 12964 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 12972 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 12973 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 12975 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1474 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3997 ArrayRef<ParsedType> DynamicExceptions,
|