Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h3333 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, in StaticAssertDecl() argument
3336 : Decl(StaticAssert, DC, StaticAssertLoc), in StaticAssertDecl()
3342 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
DDeclCXX.cpp2294 SourceLocation StaticAssertLoc, in Create() argument
2299 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp704 SourceLocation StaticAssertLoc = ConsumeToken(); in ParseStaticAssertDeclaration() local
752 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, in ParseStaticAssertDeclaration()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12365 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/
DSema.h5441 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
5445 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,