Searched defs:ConstexprKind (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | DeclCXX.cpp | 2180 ConstexprSpecKind ConstexprKind, in Create() 2567 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in CXXConstructorDecl() 2607 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in Create() 2741 bool isInline, bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind, in Create() 2775 bool isInline, ExplicitSpecifier ES, ConstexprSpecKind ConstexprKind, in Create()
|
D | Decl.cpp | 2815 ConstexprSpecKind ConstexprKind, in FunctionDecl() 4819 ConstexprSpecKind ConstexprKind, in Create()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 1937 ConstexprKind, TrailingRequiresClause) { in FunctionDecl() argument 2660 SC_None, isInline, ConstexprKind, SourceLocation(), in CXXMethodDecl() argument 2716 SC_None, isInline, ConstexprKind, EndLocation, in CXXMethodDecl() argument
|
D | DeclBase.h | 1542 uint64_t ConstexprKind : 2; variable
|
/external/llvm-project/clang/lib/Sema/ |
D | DeclSpec.cpp | 1089 bool DeclSpec::SetConstexprSpec(ConstexprSpecKind ConstexprKind, in SetConstexprSpec()
|
D | SemaLambda.cpp | 364 ConstexprSpecKind ConstexprKind, in startLambdaDefinition()
|
D | SemaDecl.cpp | 8447 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in CreateNewFunctionDecl() local 9131 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier(); in ActOnFunctionDeclarator() local
|