Home | History | Annotate | Download | only in AST

Lines Matching refs:StaticAssertDecl

2178 void StaticAssertDecl::anchor() { }
2180 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC,
2186 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
2190 StaticAssertDecl *StaticAssertDecl::CreateDeserialized(ASTContext &C,
2192 return new (C, ID) StaticAssertDecl(nullptr, SourceLocation(), nullptr,