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

/external/clang/include/clang/AST/
H A DDeclCXX.h2954 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, argument
2957 : Decl(StaticAssert, DC, StaticAssertLoc),
2963 SourceLocation StaticAssertLoc,
/external/clang/lib/AST/
H A DDeclCXX.cpp2031 SourceLocation StaticAssertLoc,
2036 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
2030 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp637 SourceLocation StaticAssertLoc = ConsumeToken(); local
673 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp10892 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
10901 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr,
10905 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
10928 Diag(StaticAssertLoc, diag::err_static_assert_failed)
10934 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,
/external/clang/include/clang/Sema/
H A DSema.h4694 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
4698 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,

Completed in 427 milliseconds