Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3914 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument 3917 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl() 3927 SourceLocation StaticAssertLoc,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3180 SourceLocation StaticAssertLoc, in Create() argument 3185 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16297 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument 16307 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 16311 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument 16326 ActOnFinishFullExpr(Converted.get(), StaticAssertLoc, in BuildStaticAssertDeclaration() 16354 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration() 16361 Diag(StaticAssertLoc, diag::err_static_assert_requirement_failed) in BuildStaticAssertDeclaration() 16365 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration() 16371 ExprResult FullAssertExpr = ActOnFinishFullExpr(AssertExpr, StaticAssertLoc, in BuildStaticAssertDeclaration() 16380 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 927 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local 982 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7181 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, 7185 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|