Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2907 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc,
2910 : Decl(StaticAssert, DC, StaticAssertLoc),
2916 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
DDeclCXX.cpp2017 SourceLocation StaticAssertLoc, in Create() argument
2022 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp614 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
648 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9790 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/
DSema.h4328 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
4332 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,