Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2907 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, 2910 : Decl(StaticAssert, DC, StaticAssertLoc), 2916 SourceLocation StaticAssertLoc,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2017 SourceLocation StaticAssertLoc, in Create() argument 2022 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 614 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local 648 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 9790 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument 9799 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 9803 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument 9826 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration() 9832 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4328 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, 4332 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|