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

/external/clang/include/clang/AST/
H A DDeclCXX.h2953 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, argument
2956 : Decl(StaticAssert, DC, StaticAssertLoc),
2962 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
H A DDeclCXX.cpp1987 SourceLocation StaticAssertLoc,
1992 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
1986 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp619 SourceLocation StaticAssertLoc = ConsumeToken(); local
655 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp10386 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
10395 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr,
10399 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
10422 Diag(StaticAssertLoc, diag::err_static_assert_failed)
10428 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,
/external/clang/include/clang/Sema/
H A DSema.h4530 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
4534 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,

Completed in 248 milliseconds