Home
last modified time | relevance | path

Searched refs:ConstexprKind (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1953 bool isInline, ConstexprSpecKind ConstexprKind,
1957 ConstexprKind, TrailingRequiresClause) { in FunctionDecl() argument
1967 bool isInline, ConstexprSpecKind ConstexprKind,
2415 bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind,
2458 ConstexprSpecKind ConstexprKind,
2678 bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind,
2681 SC_None, isInline, ConstexprKind, SourceLocation(), in CXXMethodDecl() argument
2694 ConstexprSpecKind ConstexprKind,
2734 ConstexprSpecKind ConstexprKind, SourceLocation EndLocation,
2737 SC_None, isInline, ConstexprKind, EndLocation, in CXXMethodDecl() argument
[all …]
H A DDecl.h1965 ConstexprSpecKind ConstexprKind,
2001 ConstexprSpecKind ConstexprKind = ConstexprSpecKind::Unspecified,
2006 ConstexprKind, TrailingRequiresClause);
2014 ConstexprSpecKind ConstexprKind,
2256 FunctionDeclBits.ConstexprKind = static_cast<uint64_t>(CSK); in setConstexprKind()
2259 return static_cast<ConstexprSpecKind>(FunctionDeclBits.ConstexprKind); in getConstexprKind()
H A DDeclBase.h1587 uint64_t ConstexprKind : 2;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2200 ConstexprSpecKind ConstexprKind, in Create() argument
2205 isInline, ConstexprKind, EndLocation, in Create()
2586 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in CXXConstructorDecl() argument
2589 SC_None, isInline, ConstexprKind, SourceLocation(), in CXXConstructorDecl()
2626 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in Create() argument
2636 isImplicitlyDeclared, ConstexprKind, Inherited, in Create()
2760 bool isInline, bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in Create() argument
2767 isImplicitlyDeclared, ConstexprKind, in Create()
2794 bool isInline, ExplicitSpecifier ES, ConstexprSpecKind ConstexprKind, in Create() argument
2801 ConstexprKind, EndLocation, TrailingRequiresClause); in Create()
H A DDecl.cpp2848 ConstexprSpecKind ConstexprKind, in FunctionDecl() argument
2870 FunctionDeclBits.ConstexprKind = static_cast<uint64_t>(ConstexprKind); in FunctionDecl()
4851 ConstexprSpecKind ConstexprKind, in Create() argument
4855 SC, isInlineSpecified, ConstexprKind, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp1091 bool DeclSpec::SetConstexprSpec(ConstexprSpecKind ConstexprKind, in SetConstexprSpec() argument
1095 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec, in SetConstexprSpec()
1097 ConstexprSpecifier = static_cast<unsigned>(ConstexprKind); in SetConstexprSpec()
H A DSemaLambda.cpp364 ConstexprSpecKind ConstexprKind, in startLambdaDefinition() argument
396 /*isInline=*/true, ConstexprKind, EndLoc, TrailingRequiresClause); in startLambdaDefinition()
H A DSemaDecl.cpp8508 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local
8509 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
8512 << static_cast<int>(ConstexprKind); in CreateNewFunctionDecl()
8513 ConstexprKind = ConstexprSpecKind::Unspecified; in CreateNewFunctionDecl()
8536 /*isImplicitlyDeclared=*/false, ConstexprKind, InheritedConstructor(), in CreateNewFunctionDecl()
8546 isInline, /*isImplicitlyDeclared=*/false, ConstexprKind, in CreateNewFunctionDecl()
8567 /*hasPrototype=*/true, ConstexprKind, in CreateNewFunctionDecl()
8585 TInfo, isInline, ExplicitSpecifier, ConstexprKind, SourceLocation(), in CreateNewFunctionDecl()
8614 TInfo, SC, isInline, ConstexprKind, SourceLocation(), in CreateNewFunctionDecl()
8629 ConstexprKind, TrailingRequiresClause); in CreateNewFunctionDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h745 bool SetConstexprSpec(ConstexprSpecKind ConstexprKind, SourceLocation Loc,
H A DSema.h6589 ConstexprSpecKind ConstexprKind,