Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3948 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument 3951 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl() 3961 SourceLocation StaticAssertLoc,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3196 SourceLocation StaticAssertLoc, in Create() argument 3201 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16548 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument 16558 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 16562 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument 16577 ActOnFinishFullExpr(Converted.get(), StaticAssertLoc, in BuildStaticAssertDeclaration() 16610 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration() 16617 Diag(StaticAssertLoc, diag::err_static_assert_requirement_failed) in BuildStaticAssertDeclaration() 16621 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration() 16627 ExprResult FullAssertExpr = ActOnFinishFullExpr(AssertExpr, StaticAssertLoc, in BuildStaticAssertDeclaration() 16636 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 944 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local 1001 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, AssertExpr.get(), in ParseStaticAssertDeclaration()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7478 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, 7482 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|