Searched defs:ConstexprKind (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2200 ConstexprSpecKind ConstexprKind, in Create() 2586 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in CXXConstructorDecl() 2626 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in Create() 2760 bool isInline, bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in Create() 2794 bool isInline, ExplicitSpecifier ES, ConstexprSpecKind ConstexprKind, in Create()
|
H A D | Decl.cpp | 2848 ConstexprSpecKind ConstexprKind, in FunctionDecl() 4851 ConstexprSpecKind ConstexprKind, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 1957 ConstexprKind, TrailingRequiresClause) { in FunctionDecl() argument 2681 SC_None, isInline, ConstexprKind, SourceLocation(), in CXXMethodDecl() argument 2737 SC_None, isInline, ConstexprKind, EndLocation, in CXXMethodDecl() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1091 bool DeclSpec::SetConstexprSpec(ConstexprSpecKind ConstexprKind, in SetConstexprSpec()
|
H A D | SemaLambda.cpp | 364 ConstexprSpecKind ConstexprKind, in startLambdaDefinition()
|
H A D | SemaDecl.cpp | 8508 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local 9218 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
|