Searched defs:StaticAssertLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp704 SourceLocation StaticAssertLoc = ConsumeToken(); local
752 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
/external/clang/include/clang/AST/
H A DDeclCXX.h3155 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, argument
3158 : Decl(StaticAssert, DC, StaticAssertLoc),
3164 SourceLocation StaticAssertLoc,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp12124 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
12134 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr,
12138 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
12163 Diag(StaticAssertLoc, diag::err_static_assert_failed)
12169 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,

Completed in 132 milliseconds