Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2895 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc,
2898 : Decl(StaticAssert, DC, StaticAssertLoc), AssertExpr(assertexpr),
2903 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
DDeclCXX.cpp1993 SourceLocation StaticAssertLoc, in Create() argument
1997 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp601 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
635 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9842 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/
DSema.h4077 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,