Searched defs:ConstexprKind (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2315 bool isInline, ConstexprSpecKind ConstexprKind, in Create() 2725 bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in CXXConstructorDecl() 2765 bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in Create() 2899 ConstexprSpecKind ConstexprKind, Expr *TrailingRequiresClause) { in Create() 2932 ConstexprSpecKind ConstexprKind, SourceLocation EndLocation, in Create()
|
H A D | Decl.cpp | 3034 ConstexprSpecKind ConstexprKind, in FunctionDecl() 5393 ConstexprSpecKind ConstexprKind, in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2078 isInline, ConstexprKind, TrailingRequiresClause) { in FunctionDecl() argument 2821 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument 2877 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1129 bool DeclSpec::SetConstexprSpec(ConstexprSpecKind ConstexprKind, in SetConstexprSpec()
|
H A D | SemaLambda.cpp | 1011 TypeSourceInfo *MethodTyInfo, ConstexprSpecKind ConstexprKind, in CompleteLambdaCallOperator()
|
H A D | SemaDecl.cpp | 2297 ConstexprSpecKind ConstexprKind = ConstexprSpecKind::Unspecified; in CreateBuiltin() local 9142 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local 9979 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
|