Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp429 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
436 DynamicExceptions, in ParseLexedMethodDeclaration()
446 DynamicExceptions, in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1110 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1116 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1154 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1156 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
DParseDeclCXX.cpp3251 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
3297 DynamicExceptions, in tryParseExceptionSpecification()
3299 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3342 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
DParseDecl.cpp5290 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
5394 DynamicExceptions, in ParseFunctionDeclarator()
5432 DynamicExceptions.data(), in ParseFunctionDeclarator()
5434 DynamicExceptions.size(), in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DSemaType.cpp3025 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
3033 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator()
3036 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator()
3045 DynamicExceptions, in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp13567 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument
13574 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification()
13575 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification()
13577 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
13625 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument
13642 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
/external/clang/include/clang/Parse/
DParser.h1465 SmallVectorImpl<ParsedType> &DynamicExceptions,
/external/clang/include/clang/Sema/
DSema.h4084 ArrayRef<ParsedType> DynamicExceptions,
4100 ArrayRef<ParsedType> DynamicExceptions,