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

/external/clang/include/clang/AST/
H A DDeclCXX.h3333 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, argument
3336 : Decl(StaticAssert, DC, StaticAssertLoc),
3342 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
H A DDeclCXX.cpp2294 SourceLocation StaticAssertLoc,
2299 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp704 SourceLocation StaticAssertLoc = ConsumeToken(); local
752 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp12365 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
12375 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr,
12379 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
12404 Diag(StaticAssertLoc, diag::err_static_assert_failed)
12410 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,
/external/clang/include/clang/Sema/
H A DSema.h5441 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
5445 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,

Completed in 893 milliseconds