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

/external/clang/lib/AST/
H A DDeclCXX.cpp485 if (Constructor->isConstexpr())
502 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor())
898 if (Constructor->isConstexpr())
905 else if (Constructor->isConstexpr())
1346 bool isConstexpr, SourceLocation EndLocation) {
1348 SC, isInline, isConstexpr,
1625 bool isImplicitlyDeclared, bool isConstexpr) {
1631 isConstexpr);
1798 bool isConstexpr, SourceLocation EndLocation) {
1803 isInline, isExplicit, isConstexpr,
1341 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
1620 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isExplicit, bool isInline, bool isImplicitlyDeclared, bool isConstexpr) argument
1793 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.h1619 bool isConstexpr, SourceLocation EndLocation)
1621 SC, isInline, isConstexpr) {
1633 bool isConstexpr,
2039 bool isImplicitlyDeclared, bool isConstexpr)
2041 SC_None, isInline, isConstexpr, SourceLocation()),
2055 bool isConstexpr);
2233 SC_None, isInline, /*isConstexpr=*/false, SourceLocation()),
2279 bool isConstexpr, SourceLocation EndLocation)
2281 SC_None, isInline, isConstexpr, EndLocation),
2290 bool isConstexpr,
1615 CXXMethodDecl(Kind DK, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
2275 CXXConversionDecl(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.cpp5681 if (NewVD->isConstexpr() && !T->isDependentType() &&
6127 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); local
6149 isConstexpr);
6193 /*hasPrototype=*/true, isConstexpr);
6208 isConstexpr, SourceLocation());
6228 isConstexpr, SourceLocation());
6238 true/*HasPrototype*/, isConstexpr);
6466 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); local
6648 if (isConstexpr) {
7314 if (!getLangOpts().CPlusPlus1y && MD && MD->isConstexpr()
[all...]

Completed in 155 milliseconds