Searched defs:NoexceptExpr (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 485 ExprResult NoexceptExpr; ParseLexedMethodDeclaration() local
|
H A D | ParseExprCXX.cpp | 1449 ExprResult NoexceptExpr; ParseLambdaExpressionAfterIntroducer() local
|
H A D | ParseDeclCXX.cpp | 3931 tryParseExceptionSpecification(bool Delayed,SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & DynamicExceptions,SmallVectorImpl<SourceRange> & DynamicExceptionRanges,ExprResult & NoexceptExpr,CachedTokens * & ExceptionSpecTokens) tryParseExceptionSpecification() argument
|
H A D | ParseDecl.cpp | 7085 ExprResult NoexceptExpr; ParseFunctionDeclarator() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 82 ExprResult Sema::ActOnNoexceptSpec(Expr *NoexceptExpr, in ActOnNoexceptSpec() argument
|
H A D | DeclSpec.cpp | 177 Expr *NoexceptExpr, in getFunction() argument
|
H A D | SemaTemplateDeduction.cpp | 1826 Expr *NoexceptExpr = FPP->getNoexceptExpr(); DeduceTemplateArgumentsByTypeMatch() local
|
H A D | SemaType.cpp | 5647 Expr *NoexceptExpr = nullptr; GetFullTypeForDeclarator() local
|
H A D | SemaDeclCXX.cpp | 19098 checkExceptionSpecification(bool IsTopLevel,ExceptionSpecificationType EST,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr,SmallVectorImpl<QualType> & Exceptions,FunctionProtoType::ExceptionSpecInfo & ESI) checkExceptionSpecification() argument 19149 actOnDelayedExceptionSpecification(Decl * MethodD,ExceptionSpecificationType EST,SourceRange SpecificationRange,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr) actOnDelayedExceptionSpecification() argument
|
H A D | TreeTransform.h | 6211 ExprResult NoexceptExpr = getDerived().TransformExpr(ESI.NoexceptExpr); TransformExceptionSpec() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1395 Expr *NoexceptExpr; global() member
|