Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 3098 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument 3101 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl() 3107 SourceLocation StaticAssertLoc,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2111 SourceLocation StaticAssertLoc, in Create() argument 2116 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 677 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local 725 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11480 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() argument 11490 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 11494 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() argument 11519 Diag(StaticAssertLoc, diag::err_static_assert_failed) in BuildStaticAssertDeclaration() 11525 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, in BuildStaticAssertDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4940 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, 4944 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|