Searched refs:SpecificationRange (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 4114 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument 4129 SpecificationRange = SourceRange(ConsumeToken()); in tryParseExceptionSpecification() 4148 SpecificationRange.setEnd(ConsumeParen()); // '(' in tryParseExceptionSpecification() 4153 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification() 4161 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 4202 SpecificationRange = NoexceptRange; in tryParseExceptionSpecification() 4244 SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, in ParseDynamicExceptionSpecification() argument 4248 SpecificationRange.setBegin(ConsumeToken()); in ParseDynamicExceptionSpecification() 4252 SpecificationRange.setEnd(SpecificationRange.getBegin()); in ParseDynamicExceptionSpecification() 4263 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification() [all …]
|
H A D | ParseCXXInlineMethods.cpp | 543 SourceRange SpecificationRange; in ParseLexedMethodDeclaration() local 550 = tryParseExceptionSpecification(/*Delayed=*/false, SpecificationRange, in ParseLexedMethodDeclaration() 560 SpecificationRange, in ParseLexedMethodDeclaration()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2045 SourceRange &SpecificationRange, 2053 SourceRange &SpecificationRange,
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5074 Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 18906 Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange, in actOnDelayedExceptionSpecification() argument
|