Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2895 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, 2898 : Decl(StaticAssert, DC, StaticAssertLoc), AssertExpr(assertexpr), 2903 SourceLocation StaticAssertLoc,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1993 SourceLocation StaticAssertLoc, in Create() argument 1997 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 601 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local 635 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 9842 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument 9865 Diag(StaticAssertLoc, diag::err_static_assert_failed) in ActOnStaticAssertDeclaration() 9873 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in ActOnStaticAssertDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4077 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|