Searched defs:NoexceptExpr (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp436 ExprResult NoexceptExpr; local
H A DParseDeclCXX.cpp3604 tryParseExceptionSpecification(bool Delayed, SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &DynamicExceptions, SmallVectorImpl<SourceRange> &DynamicExceptionRanges, ExprResult &NoexceptExpr, CachedTokens *&ExceptionSpecTokens) argument
H A DParseDecl.cpp6419 ExprResult NoexceptExpr; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp151 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceRange ESpecRange, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, ArrayRef<NamedDecl*> DeclsInPrototype, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType, DeclSpec *MethodQualifiers) argument
H A DSemaExceptionSpec.cpp79 ActOnNoexceptSpec(SourceLocation NoexceptLoc, Expr *NoexceptExpr, ExceptionSpecificationType &EST) argument
H A DSemaType.cpp5039 Expr *NoexceptExpr = nullptr; local
H A DTreeTransform.h5563 ExprResult NoexceptExpr = getDerived().TransformExpr(ESI.NoexceptExpr); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3819 Expr *NoexceptExpr = nullptr; member in struct:clang::FunctionType::ExtInfo::final::ExceptionSpecInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1355 Expr *NoexceptExpr; member in union:clang::DeclaratorChunk::FunctionTypeInfo::__anon2600

Completed in 326 milliseconds