Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 3333 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument 3336 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl() 3342 SourceLocation StaticAssertLoc,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2294 SourceLocation StaticAssertLoc, in Create() argument 2299 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 704 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local 752 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 12365 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/ |
D | Sema.h | 5441 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, 5445 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|