Searched defs:ConstexprKind (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2233 bool isInline, ConstexprSpecKind ConstexprKind, in Create() 2618 bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in CXXConstructorDecl() 2658 bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in Create() 2792 ConstexprSpecKind ConstexprKind, Expr *TrailingRequiresClause) { in Create() 2825 ConstexprSpecKind ConstexprKind, SourceLocation EndLocation, in Create()
|
H A D | Decl.cpp | 2969 ConstexprSpecKind ConstexprKind, in FunctionDecl() 5081 ConstexprSpecKind ConstexprKind, in Create()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2006 isInline, ConstexprKind, TrailingRequiresClause) { in FunctionDecl() argument 2730 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument 2786 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1100 bool DeclSpec::SetConstexprSpec(ConstexprSpecKind ConstexprKind, in SetConstexprSpec()
|
H A D | SemaLambda.cpp | 370 ArrayRef<ParmVarDecl *> Params, ConstexprSpecKind ConstexprKind, in startLambdaDefinition()
|
H A D | SemaDecl.cpp | 9094 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local 9868 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
|