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

/external/clang/include/clang/AST/
H A DDeclCXX.h3098 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, argument
3101 : Decl(StaticAssert, DC, StaticAssertLoc),
3107 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
H A DDeclCXX.cpp2111 SourceLocation StaticAssertLoc,
2116 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
2110 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp677 SourceLocation StaticAssertLoc = ConsumeToken(); local
725 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11480 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
11490 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr,
11494 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
11519 Diag(StaticAssertLoc, diag::err_static_assert_failed)
11525 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,
/external/clang/include/clang/Sema/
H A DSema.h4940 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
4944 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,

Completed in 618 milliseconds