Searched refs:SpecificationRange (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 3994 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument 4009 SpecificationRange = SourceRange(ConsumeToken()); in tryParseExceptionSpecification() 4028 SpecificationRange.setEnd(ConsumeParen()); // '(' in tryParseExceptionSpecification() 4033 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification() 4041 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 4082 SpecificationRange = NoexceptRange; in tryParseExceptionSpecification() 4113 SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, in ParseDynamicExceptionSpecification() argument 4117 SpecificationRange.setBegin(ConsumeToken()); in ParseDynamicExceptionSpecification() 4121 SpecificationRange.setEnd(SpecificationRange.getBegin()); in ParseDynamicExceptionSpecification() 4132 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification() [all …]
|
| H A D | ParseCXXInlineMethods.cpp | 525 SourceRange SpecificationRange; in ParseLexedMethodDeclaration() local 532 = tryParseExceptionSpecification(/*Delayed=*/false, SpecificationRange, in ParseLexedMethodDeclaration() 542 SpecificationRange, in ParseLexedMethodDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2912 bool Delayed, SourceRange &SpecificationRange, 2932 ParseDynamicExceptionSpecification(SourceRange &SpecificationRange,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5489 Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 19416 Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange, in actOnDelayedExceptionSpecification() argument
|