Home
last modified time | relevance | path

Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3948 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 DDeclCXX.cpp3196 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 DSemaDeclCXX.cpp16548 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 DParseDeclCXX.cpp944 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 DSema.h7478 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
7482 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,