Searched defs:StaticAssertLoc (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 704 SourceLocation StaticAssertLoc = ConsumeToken(); local 752 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
|
/external/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3155 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, argument 3158 : Decl(StaticAssert, DC, StaticAssertLoc), 3164 SourceLocation StaticAssertLoc,
|
/external/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 12124 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