Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h3333 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument
3336 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
3342 SourceLocation StaticAssertLoc,
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h3763 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument
3766 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
3776 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
DDeclCXX.cpp2294 SourceLocation StaticAssertLoc, in Create() argument
2299 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp3137 SourceLocation StaticAssertLoc, in Create() argument
3142 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp704 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
752 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp16018 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument
16028 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration()
16032 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument
16047 ActOnFinishFullExpr(Converted.get(), StaticAssertLoc, in BuildStaticAssertDeclaration()
16075 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration()
16082 Diag(StaticAssertLoc, diag::err_static_assert_requirement_failed) in BuildStaticAssertDeclaration()
16086 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration()
16092 ExprResult FullAssertExpr = ActOnFinishFullExpr(AssertExpr, StaticAssertLoc, in BuildStaticAssertDeclaration()
16101 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp877 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
927 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12365 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument
12375 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration()
12379 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument
12404 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration()
12410 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
/external/clang/include/clang/Sema/
DSema.h5441 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
5445 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h6964 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
6968 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,