Searched defs:DynamicExceptions (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 433 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
|
D | ParseExprCXX.cpp | 1177 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
|
D | ParseDeclCXX.cpp | 3350 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification()
|
D | ParseDecl.cpp | 5595 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 465 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
|
D | ParseDeclCXX.cpp | 3662 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification()
|
D | ParseExprCXX.cpp | 1361 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
|
D | ParseDecl.cpp | 6448 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4286 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
|
D | SemaDeclCXX.cpp | 13853 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() 13911 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 5274 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
|
D | SemaDeclCXX.cpp | 17640 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() 17690 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification()
|