Home
last modified time | relevance | path

Searched defs:NoexceptExpr (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp485 ExprResult NoexceptExpr; ParseLexedMethodDeclaration() local
H A DParseExprCXX.cpp1449 ExprResult NoexceptExpr; ParseLambdaExpressionAfterIntroducer() local
H A DParseDeclCXX.cpp3931 tryParseExceptionSpecification(bool Delayed,SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & DynamicExceptions,SmallVectorImpl<SourceRange> & DynamicExceptionRanges,ExprResult & NoexceptExpr,CachedTokens * & ExceptionSpecTokens) tryParseExceptionSpecification() argument
H A DParseDecl.cpp7085 ExprResult NoexceptExpr; ParseFunctionDeclarator() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp82 ExprResult Sema::ActOnNoexceptSpec(Expr *NoexceptExpr, in ActOnNoexceptSpec() argument
H A DDeclSpec.cpp177 Expr *NoexceptExpr, in getFunction() argument
H A DSemaTemplateDeduction.cpp1826 Expr *NoexceptExpr = FPP->getNoexceptExpr(); DeduceTemplateArgumentsByTypeMatch() local
H A DSemaType.cpp5647 Expr *NoexceptExpr = nullptr; GetFullTypeForDeclarator() local
H A DSemaDeclCXX.cpp19098 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 DTreeTransform.h6211 ExprResult NoexceptExpr = getDerived().TransformExpr(ESI.NoexceptExpr); TransformExceptionSpec() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1395 Expr *NoexceptExpr; global() member