Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4070 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument
4073 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
4083 SourceLocation StaticAssertLoc,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3325 SourceLocation StaticAssertLoc, in Create() argument
3329 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1039 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
1110 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, AssertExpr.get(), in ParseStaticAssertDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16930 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument
16937 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration()
17276 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument
17292 ActOnFinishFullExpr(Converted.get(), StaticAssertLoc, in BuildStaticAssertDeclaration()
17370 ExprResult FullAssertExpr = ActOnFinishFullExpr(AssertExpr, StaticAssertLoc, in BuildStaticAssertDeclaration()
17379 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5511 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
5514 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,