Home
last modified time | relevance | path

Searched refs:SpecificationRange (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3994 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 DParseCXXInlineMethods.cpp525 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 DParser.h2912 bool Delayed, SourceRange &SpecificationRange,
2932 ParseDynamicExceptionSpecification(SourceRange &SpecificationRange,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5489 Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp19416 Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange, in actOnDelayedExceptionSpecification() argument