Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp1050 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1054 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1091 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1093 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
DParseDeclCXX.cpp2948 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
2956 DynamicExceptions, in tryParseExceptionSpecification()
2958 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3001 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
DParseDecl.cpp5083 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/
DSemaType.cpp2974 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()
DSemaDeclCXX.cpp12964 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/
DParser.h1474 SmallVectorImpl<ParsedType> &DynamicExceptions,
/external/clang/include/clang/Sema/
DSema.h3997 ArrayRef<ParsedType> DynamicExceptions,