Searched defs:SpecificationRange (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 526 SourceRange SpecificationRange; ParseLexedMethodDeclaration() local
|
H A D | ParseDeclCXX.cpp | 4114 tryParseExceptionSpecification(bool Delayed,SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & DynamicExceptions,SmallVectorImpl<SourceRange> & DynamicExceptionRanges,ExprResult & NoexceptExpr,CachedTokens * & ExceptionSpecTokens) tryParseExceptionSpecification() argument 4244 ParseDynamicExceptionSpecification(SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & Exceptions,SmallVectorImpl<SourceRange> & Ranges) ParseDynamicExceptionSpecification() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 18845 actOnDelayedExceptionSpecification(Decl * D,ExceptionSpecificationType EST,SourceRange SpecificationRange,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr) actOnDelayedExceptionSpecification() argument
|