Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2536 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, 2539 : Decl(StaticAssert, DC, StaticAssertLoc), AssertExpr(assertexpr), 2544 SourceLocation StaticAssertLoc,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1687 SourceLocation StaticAssertLoc, in Create() argument 1691 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 572 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local 605 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 8154 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument 8163 Diag(StaticAssertLoc, in ActOnStaticAssertDeclaration() 8170 Diag(StaticAssertLoc, diag::err_static_assert_failed) in ActOnStaticAssertDeclaration() 8178 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in ActOnStaticAssertDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3396 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|