Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3751 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, 3754 : Decl(StaticAssert, DC, StaticAssertLoc), 3764 SourceLocation StaticAssertLoc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2834 SourceLocation StaticAssertLoc, in Create() argument 2839 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 860 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local 910 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 13885 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument 13895 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 13899 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument 13933 Diag(StaticAssertLoc, diag::err_static_assert_requirement_failed) in BuildStaticAssertDeclaration() 13937 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration() 13944 ExprResult FullAssertExpr = ActOnFinishFullExpr(AssertExpr, StaticAssertLoc, in BuildStaticAssertDeclaration() 13952 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 5926 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, 5930 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|