/external/clang/include/clang/AST/ |
D | DeclCXX.h | 3334 Expr *AssertExpr, StringLiteral *Message, in StaticAssertDecl() argument 3337 AssertExprAndFailed(AssertExpr, Failed), Message(Message), in StaticAssertDecl() 3343 Expr *AssertExpr, StringLiteral *Message,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 3764 Expr *AssertExpr, StringLiteral *Message, in StaticAssertDecl() argument 3767 AssertExprAndFailed(AssertExpr, Failed), Message(Message), in StaticAssertDecl() 3777 Expr *AssertExpr, StringLiteral *Message,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2295 Expr *AssertExpr, in Create() argument 2299 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 16019 Expr *AssertExpr, in ActOnStaticAssertDeclaration() argument 16025 if (DiagnoseUnexpandedParameterPack(AssertExpr, UPPC_StaticAssertExpression)) in ActOnStaticAssertDeclaration() 16028 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 16033 Expr *AssertExpr, in BuildStaticAssertDeclaration() argument 16037 assert(AssertExpr != nullptr && "Expected non-null condition"); in BuildStaticAssertDeclaration() 16038 if (!AssertExpr->isTypeDependent() && !AssertExpr->isValueDependent() && in BuildStaticAssertDeclaration() 16042 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr); in BuildStaticAssertDeclaration() 16053 AssertExpr = FullAssertExpr.get(); in BuildStaticAssertDeclaration() 16057 AssertExpr, &Cond, in BuildStaticAssertDeclaration() 16076 << !AssertMessage << Msg.str() << AssertExpr->getSourceRange(); in BuildStaticAssertDeclaration() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 1249 Expr *AssertExpr = D->getAssertExpr(); in VisitStaticAssertDecl() local 1256 = SemaRef.SubstExpr(AssertExpr, TemplateArgs); in VisitStaticAssertDecl()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 713 ExprResult AssertExpr(ParseConstantExpression()); in ParseStaticAssertDeclaration() local 714 if (AssertExpr.isInvalid()) { in ParseStaticAssertDeclaration() 753 AssertExpr.get(), in ParseStaticAssertDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 12366 Expr *AssertExpr, in ActOnStaticAssertDeclaration() argument 12372 if (DiagnoseUnexpandedParameterPack(AssertExpr, UPPC_StaticAssertExpression)) in ActOnStaticAssertDeclaration() 12375 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 12380 Expr *AssertExpr, in BuildStaticAssertDeclaration() argument 12384 assert(AssertExpr != nullptr && "Expected non-null condition"); in BuildStaticAssertDeclaration() 12385 if (!AssertExpr->isTypeDependent() && !AssertExpr->isValueDependent() && in BuildStaticAssertDeclaration() 12389 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr); in BuildStaticAssertDeclaration() 12405 << !AssertMessage << Msg.str() << AssertExpr->getSourceRange(); in BuildStaticAssertDeclaration() 12411 AssertExpr, AssertMessage, RParenLoc, in BuildStaticAssertDeclaration()
|
D | SemaTemplateInstantiateDecl.cpp | 866 Expr *AssertExpr = D->getAssertExpr(); in VisitStaticAssertDecl() local 873 = SemaRef.SubstExpr(AssertExpr, TemplateArgs); in VisitStaticAssertDecl()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 888 ExprResult AssertExpr(ParseConstantExpressionInExprEvalContext()); in ParseStaticAssertDeclaration() local 889 if (AssertExpr.isInvalid()) { in ParseStaticAssertDeclaration() 928 AssertExpr.get(), in ParseStaticAssertDeclaration()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclCXX.cpp | 3138 Expr *AssertExpr, in Create() argument 3142 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5442 Expr *AssertExpr, 5446 Expr *AssertExpr,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6965 Expr *AssertExpr, 6969 Expr *AssertExpr,
|