Searched defs:ConstexprKind (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2274 bool isInline, ConstexprSpecKind ConstexprKind, in Create() 2672 bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in CXXConstructorDecl() 2712 bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in Create() 2846 ConstexprSpecKind ConstexprKind, Expr *TrailingRequiresClause) { in Create() 2879 ConstexprSpecKind ConstexprKind, SourceLocation EndLocation, in Create()
|
| H A D | Decl.cpp | 3032 ConstexprSpecKind ConstexprKind, in FunctionDecl() 5331 ConstexprSpecKind ConstexprKind, in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2064 isInline, ConstexprKind, TrailingRequiresClause) { in FunctionDecl() argument 2807 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument 2863 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1112 bool DeclSpec::SetConstexprSpec(ConstexprSpecKind ConstexprKind, in SetConstexprSpec()
|
| H A D | SemaLambda.cpp | 969 TypeSourceInfo *MethodTyInfo, ConstexprSpecKind ConstexprKind, in CompleteLambdaCallOperator()
|
| H A D | SemaDecl.cpp | 9327 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local 10139 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
|