Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4056 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument
4059 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
4069 SourceLocation StaticAssertLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3291 SourceLocation StaticAssertLoc, in Create() argument
3295 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp984 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
1055 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, AssertExpr.get(), in ParseStaticAssertDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17074 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument
17081 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration()
17422 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument
17438 ActOnFinishFullExpr(Converted.get(), StaticAssertLoc, in BuildStaticAssertDeclaration()
17516 ExprResult FullAssertExpr = ActOnFinishFullExpr(AssertExpr, StaticAssertLoc, in BuildStaticAssertDeclaration()
17525 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7912 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
7916 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,