Searched defs:isConstexpr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclCXX.cpp504 if (Constructor->isConstexpr())
521 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor())
941 if (Constructor->isConstexpr())
948 else if (Constructor->isConstexpr())
1419 bool isConstexpr, SourceLocation EndLocation) {
1421 T, TInfo, SC, isInline, isConstexpr,
1702 bool isImplicitlyDeclared, bool isConstexpr) {
1708 isImplicitlyDeclared, isConstexpr);
1875 bool isConstexpr, SourceLocation EndLocation) {
1880 isInline, isExplicit, isConstexpr,
1414 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
1697 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isExplicit, bool isInline, bool isImplicitlyDeclared, bool isConstexpr) argument
1870 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicit, bool isConstexpr, SourceLocation EndLocation) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclCXX.h1702 bool isConstexpr, SourceLocation EndLocation)
1704 SC, isInline, isConstexpr) {
1716 bool isConstexpr,
2142 bool isImplicitlyDeclared, bool isConstexpr)
2144 SC_None, isInline, isConstexpr, SourceLocation()),
2158 bool isConstexpr);
2343 SC_None, isInline, /*isConstexpr=*/false, SourceLocation()),
2393 bool isConstexpr, SourceLocation EndLocation)
2395 SC_None, isInline, isConstexpr, EndLocation),
2404 bool isConstexpr,
1698 CXXMethodDecl(Kind DK, ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
2389 CXXConversionDecl(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicitSpecified, bool isConstexpr, SourceLocation EndLocation) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDecl.cpp6072 if (NewVD->isConstexpr() && !T->isDependentType() &&
6493 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); local
6514 isConstexpr);
6549 /*hasPrototype=*/true, isConstexpr);
6564 isConstexpr, SourceLocation());
6584 isConstexpr, SourceLocation());
6594 true/*HasPrototype*/, isConstexpr);
6831 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); local
7031 if (isConstexpr) {
7735 if (!getLangOpts().CPlusPlus1y && MD && MD->isConstexpr()
[all...]

Completed in 513 milliseconds