Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp951 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
955 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
992 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
994 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
DParseDeclCXX.cpp2861 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
2869 DynamicExceptions, in tryParseExceptionSpecification()
2871 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
2914 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
DParseDecl.cpp4984 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/
DSemaType.cpp2914 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()
DSemaDeclCXX.cpp12331 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/
DParser.h1372 SmallVectorImpl<ParsedType> &DynamicExceptions,
/external/clang/include/clang/Sema/
DSema.h3770 ArrayRef<ParsedType> DynamicExceptions,