Lines Matching refs:AttributedStmt
147 if (const auto *AS = dyn_cast_or_null<AttributedStmt>(S))
201 if (auto AS = dyn_cast_or_null<AttributedStmt>(S))
224 else if (const auto *AS = dyn_cast<AttributedStmt>(S))
403 else if (const auto *AS = dyn_cast<AttributedStmt>(S))
416 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc,
421 alignof(AttributedStmt));
422 return new (Mem) AttributedStmt(Loc, Attrs, SubStmt);
425 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C,
429 alignof(AttributedStmt));
430 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs);