Home
last modified time | relevance | path

Searched refs:StaticAssertLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h2536 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc,
2539 : Decl(StaticAssert, DC, StaticAssertLoc), AssertExpr(assertexpr),
2544 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
DDeclCXX.cpp1687 SourceLocation StaticAssertLoc, in Create() argument
1691 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp572 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
605 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8154 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/
DSema.h3396 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,