Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h3098 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument
3101 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
3107 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
DDeclCXX.cpp2111 SourceLocation StaticAssertLoc, in Create() argument
2116 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp677 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
725 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp11480 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/
DSema.h4940 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
4944 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,