Searched refs:ConstDecl (Results 1 – 2 of 2) sorted by relevance
148 if (auto *ConstDecl = dyn_cast<VarDecl>(it)) { in addBufferDecls() local149 addConstant(ConstDecl, CB); in addBufferDecls()
7349 if (const auto *ConstDecl = RD->getAttr<ReadOnlyPlacementAttr>()) { in emitReadOnlyPlacementAttrWarning() local7351 S.Diag(ConstDecl->getLocation(), diag::note_enforce_read_only_placement); in emitReadOnlyPlacementAttrWarning()